Html Css Color HEX #75876E Xanadu

📋 copy color: '#75876E'

red 117 ◦ green 135 ◦ blue 110

#75876E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #75876E

Tints of Xanadu #75876E

RGB

 RED value IS 117 (46.09% from 255) = 32.32%

 GREEN value IS 135 (53.13% from 255) = 37.29%

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 32.32%
G = 37.29%
B = 30.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75876E (or 0x75876E) is known color: Xanadu. HEX triplet: 75, 87 and 6E. RGB value is (117,135,110). Sum of RGB (Red+Green+Blue) = 117+135+110=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #75876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75876E is #8A7891. Grayscale: #7E7E7E. Windows color (decimal): -9074834 or 7243637. OLE color: 7243637.

HSL color Cylindrical-coordinate representation of color #75876E: hue angle of 103.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75876E is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 110 -
CMYK 0.13 0 0.19 0.47
HSL 103.2º 0.1% 0.48% -
HSV(B) 103.2º 0.19% 0.53% -
XYZ 18.81 22.24 18.05 -
YUV 126.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 117 135 110 0.13 0 0.19 0.47 103.2 0.1 0.48
Hex 75 87 6E D 0 13 2F 67 A 30
Octal 165 207 156 15 0 23 57 147 12 60
Binary 1110101 10000111 1101110 1101 0 10011 101111 1100111 1010 110000

Color Harmonies of #75876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75876E

Black with #75876E

Text Example


Text Example

White with #75876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75876E; }

 p { color: rgb(117,135,110); }

 H1.HeaderClassName
 {
   color: #75876E;
 }
 .AnyTagClassName
 {
   color: #75876E;
 }
</style>

background-color css

<style>
 a { background-color: #75876E; }

 a { background-color: rgb(117,135,110); }

 div.DivClassName
 {
   background-color: #75876E;
 }
 .BgClassName
 {
   background-color: #75876E;
 }
</style>

border-color css

<style>
 span { border-color: #75876E; }

 span { border-color: rgb(117,135,110); }

 td.TdClassName
 {
   border-color: #75876E;
 }
 .TagClassName
 {
   border-color: #75876E;
 }
</style>