Html Css Color HEX #788E70 Xanadu

📋 copy color: '#788E70'

red 120 ◦ green 142 ◦ blue 112

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

Shades of Xanadu #788E70

Tints of Xanadu #788E70

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.97%

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 32.09%
G = 37.97%
B = 29.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#788E70 (or 0x788E70) is known color: Xanadu. HEX triplet: 78, 8E and 70. RGB value is (120,142,112). Sum of RGB (Red+Green+Blue) = 120+142+112=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 142 - color contains mainly: green. Hex color #788E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788E70 is #87718F. Grayscale: #848484. Windows color (decimal): -8876432 or 7376504. OLE color: 7376504.

HSL color Cylindrical-coordinate representation of color #788E70: hue angle of 104º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #788E70 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 142 112 -
CMYK 0.15 0 0.21 0.44
HSL 104º 0.12% 0.5% -
HSV(B) 104º 0.21% 0.56% -
XYZ 20.34 24.51 18.99 -
YUV 132 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 120 142 112 0.15 0 0.21 0.44 104 0.12 0.5
Hex 78 8E 70 F 0 15 2C 68 C 32
Octal 170 216 160 17 0 25 54 150 14 62
Binary 1111000 10001110 1110000 1111 0 10101 101100 1101000 1100 110010

Color Harmonies of #788E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788E70

Black with #788E70

Text Example


Text Example

White with #788E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788E70; }

 p { color: rgb(120,142,112); }

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

background-color css

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

 a { background-color: rgb(120,142,112); }

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

border-color css

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

 span { border-color: rgb(120,142,112); }

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