Html Css Color HEX #758872 Xanadu

📋 copy color: '#758872'

red 117 ◦ green 136 ◦ blue 114

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

Shades of Xanadu #758872

Tints of Xanadu #758872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 31.88%
G = 37.06%
B = 31.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#758872 (or 0x758872) is known color: Xanadu. HEX triplet: 75, 88 and 72. RGB value is (117,136,114). Sum of RGB (Red+Green+Blue) = 117+136+114=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #758872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758872 is #8A778D. Grayscale: #7F7F7F. Windows color (decimal): -9074574 or 7506037. OLE color: 7506037.

HSL color Cylindrical-coordinate representation of color #758872: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758872 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 114 -
CMYK 0.14 0 0.16 0.47
HSL 111.82º 0.09% 0.49% -
HSV(B) 111.82º 0.16% 0.53% -
XYZ 19.18 22.61 19.27 -
YUV 127.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 117 136 114 0.14 0 0.16 0.47 111.82 0.09 0.49
Hex 75 88 72 E 0 10 2F 70 9 31
Octal 165 210 162 16 0 20 57 160 11 61
Binary 1110101 10001000 1110010 1110 0 10000 101111 1110000 1001 110001

Color Harmonies of #758872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758872

Black with #758872

Text Example


Text Example

White with #758872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758872; }

 p { color: rgb(117,136,114); }

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

background-color css

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

 a { background-color: rgb(117,136,114); }

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

border-color css

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

 span { border-color: rgb(117,136,114); }

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