Html Css Color HEX #788871 Xanadu

📋 copy color: '#788871'

red 120 ◦ green 136 ◦ blue 113

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

Shades of Xanadu #788871

Tints of Xanadu #788871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 32.52%
G = 36.86%
B = 30.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#788871 (or 0x788871) is known color: Xanadu. HEX triplet: 78, 88 and 71. RGB value is (120,136,113). Sum of RGB (Red+Green+Blue) = 120+136+113=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #788871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788871 is #87778E. Grayscale: #808080. Windows color (decimal): -8877967 or 7440504. OLE color: 7440504.

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

Color convert

RGB 120 136 113 -
CMYK 0.12 0 0.17 0.47
HSL 101.74º 0.09% 0.49% -
HSV(B) 101.74º 0.17% 0.53% -
XYZ 19.53 22.79 18.99 -
YUV 128.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 120 136 113 0.12 0 0.17 0.47 101.74 0.09 0.49
Hex 78 88 71 C 0 11 2F 66 9 31
Octal 170 210 161 14 0 21 57 146 11 61
Binary 1111000 10001000 1110001 1100 0 10001 101111 1100110 1001 110001

Color Harmonies of #788871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788871

Black with #788871

Text Example


Text Example

White with #788871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788871; }

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

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

background-color css

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

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

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

border-color css

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

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

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