Html Css Color HEX #788E6F Xanadu

📋 copy color: '#788E6F'

red 120 ◦ green 142 ◦ blue 111

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

Shades of Xanadu #788E6F

Tints of Xanadu #788E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 32.17%
G = 38.07%
B = 29.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#788E6F (or 0x788E6F) is known color: Xanadu. HEX triplet: 78, 8E and 6F. RGB value is (120,142,111). Sum of RGB (Red+Green+Blue) = 120+142+111=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 142 - color contains mainly: green. Hex color #788E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788E6F is #877190. Grayscale: #838383. Windows color (decimal): -8876433 or 7310968. OLE color: 7310968.

HSL color Cylindrical-coordinate representation of color #788E6F: hue angle of 102.58º 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 #788E6F is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 142 111 -
CMYK 0.15 0 0.22 0.44
HSL 102.58º 0.12% 0.5% -
HSV(B) 102.58º 0.22% 0.56% -
XYZ 20.29 24.49 18.7 -
YUV 131.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 120 142 111 0.15 0 0.22 0.44 102.58 0.12 0.5
Hex 78 8E 6F F 0 16 2C 67 C 32
Octal 170 216 157 17 0 26 54 147 14 62
Binary 1111000 10001110 1101111 1111 0 10110 101100 1100111 1100 110010

Color Harmonies of #788E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788E6F

Black with #788E6F

Text Example


Text Example

White with #788E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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