Html Css Color HEX #788F70 Xanadu

📋 copy color: '#788F70'

red 120 ◦ green 143 ◦ blue 112

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

Shades of Xanadu #788F70

Tints of Xanadu #788F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

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

R = 32%
G = 38.13%
B = 29.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#788F70 (or 0x788F70) is known color: Xanadu. HEX triplet: 78, 8F and 70. RGB value is (120,143,112). Sum of RGB (Red+Green+Blue) = 120+143+112=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #788F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F70 is #87708F. Grayscale: #848484. Windows color (decimal): -8876176 or 7376760. OLE color: 7376760.

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

Color convert

RGB 120 143 112 -
CMYK 0.16 0 0.22 0.44
HSL 104.52º 0.12% 0.5% -
HSV(B) 104.52º 0.22% 0.56% -
XYZ 20.49 24.81 19.04 -
YUV 132.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 120 143 112 0.16 0 0.22 0.44 104.52 0.12 0.5
Hex 78 8F 70 10 0 16 2C 69 C 32
Octal 170 217 160 20 0 26 54 151 14 62
Binary 1111000 10001111 1110000 10000 0 10110 101100 1101001 1100 110010

Color Harmonies of #788F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788F70

Black with #788F70

Text Example


Text Example

White with #788F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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