Html Css Color HEX #788970 Xanadu

📋 copy color: '#788970'

red 120 ◦ green 137 ◦ blue 112

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

Shades of Xanadu #788970

Tints of Xanadu #788970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

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

R = 32.52%
G = 37.13%
B = 30.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#788970 (or 0x788970) is known color: Xanadu. HEX triplet: 78, 89 and 70. RGB value is (120,137,112). Sum of RGB (Red+Green+Blue) = 120+137+112=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #788970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788970 is #87768F. Grayscale: #818181. Windows color (decimal): -8877712 or 7375224. OLE color: 7375224.

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

Color convert

RGB 120 137 112 -
CMYK 0.12 0 0.18 0.46
HSL 100.8º 0.1% 0.49% -
HSV(B) 100.8º 0.18% 0.54% -
XYZ 19.62 23.05 18.75 -
YUV 129.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 120 137 112 0.12 0 0.18 0.46 100.8 0.1 0.49
Hex 78 89 70 C 0 12 2E 65 A 31
Octal 170 211 160 14 0 22 56 145 12 61
Binary 1111000 10001001 1110000 1100 0 10010 101110 1100101 1010 110001

Color Harmonies of #788970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788970

Black with #788970

Text Example


Text Example

White with #788970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788970; }

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

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

background-color css

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

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

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

border-color css

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

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

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