Html Css Color HEX #788872 Xanadu

📋 copy color: '#788872'

red 120 ◦ green 136 ◦ blue 114

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

Shades of Xanadu #788872

Tints of Xanadu #788872

RGB

 RED value IS 120 (47.27% from 255) = 32.43%

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

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

R = 32.43%
G = 36.76%
B = 30.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#788872 (or 0x788872) is known color: Xanadu. HEX triplet: 78, 88 and 72. RGB value is (120,136,114). Sum of RGB (Red+Green+Blue) = 120+136+114=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #788872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788872 is #87778D. Grayscale: #808080. Windows color (decimal): -8877966 or 7506040. OLE color: 7506040.

HSL color Cylindrical-coordinate representation of color #788872: hue angle of 103.64º 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 #788872 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 136 114 -
CMYK 0.12 0 0.16 0.47
HSL 103.64º 0.09% 0.49% -
HSV(B) 103.64º 0.16% 0.53% -
XYZ 19.59 22.82 19.29 -
YUV 128.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 120 136 114 0.12 0 0.16 0.47 103.64 0.09 0.49
Hex 78 88 72 C 0 10 2F 68 9 31
Octal 170 210 162 14 0 20 57 150 11 61
Binary 1111000 10001000 1110010 1100 0 10000 101111 1101000 1001 110001

Color Harmonies of #788872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788872

Black with #788872

Text Example


Text Example

White with #788872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788872; }

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

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

background-color css

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

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

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

border-color css

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

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

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