Html Css Color HEX #778872 Xanadu

📋 copy color: '#778872'

red 119 ◦ green 136 ◦ blue 114

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

Shades of Xanadu #778872

Tints of Xanadu #778872

RGB

 RED value IS 119 (46.88% from 255) = 32.25%

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

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

R = 32.25%
G = 36.86%
B = 30.89%

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

#778872 (or 0x778872) is known color: Xanadu. HEX triplet: 77, 88 and 72. RGB value is (119,136,114). Sum of RGB (Red+Green+Blue) = 119+136+114=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #778872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778872 is #88778D. Grayscale: #808080. Windows color (decimal): -8943502 or 7506039. OLE color: 7506039.

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

Color convert

RGB 119 136 114 -
CMYK 0.12 0 0.16 0.47
HSL 106.36º 0.09% 0.49% -
HSV(B) 106.36º 0.16% 0.53% -
XYZ 19.45 22.75 19.28 -
YUV 128.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 119 136 114 0.12 0 0.16 0.47 106.36 0.09 0.49
Hex 77 88 72 C 0 10 2F 6A 9 31
Octal 167 210 162 14 0 20 57 152 11 61
Binary 1110111 10001000 1110010 1100 0 10000 101111 1101010 1001 110001

Color Harmonies of #778872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778872

Black with #778872

Text Example


Text Example

White with #778872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778872; }

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

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

background-color css

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

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

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

border-color css

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

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

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