Html Css Color HEX #788870 Xanadu

📋 copy color: '#788870'

red 120 ◦ green 136 ◦ blue 112

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

Shades of Xanadu #788870

Tints of Xanadu #788870

RGB

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

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

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

R = 32.61%
G = 36.96%
B = 30.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#788870 (or 0x788870) is known color: Xanadu. HEX triplet: 78, 88 and 70. RGB value is (120,136,112). Sum of RGB (Red+Green+Blue) = 120+136+112=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #788870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788870 is #87778F. Grayscale: #808080. Windows color (decimal): -8877968 or 7374968. OLE color: 7374968.

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

Color convert

RGB 120 136 112 -
CMYK 0.12 0 0.18 0.47
HSL 100º 0.1% 0.49% -
HSV(B) 100º 0.18% 0.53% -
XYZ 19.47 22.77 18.7 -
YUV 128.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 120 136 112 0.12 0 0.18 0.47 100 0.1 0.49
Hex 78 88 70 C 0 12 2F 64 A 31
Octal 170 210 160 14 0 22 57 144 12 61
Binary 1111000 10001000 1110000 1100 0 10010 101111 1100100 1010 110001

Color Harmonies of #788870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788870

Black with #788870

Text Example


Text Example

White with #788870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788870; }

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

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

background-color css

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

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

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

border-color css

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

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

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