Html Css Color HEX #788D6E Xanadu

📋 copy color: '#788D6E'

red 120 ◦ green 141 ◦ blue 110

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

Shades of Xanadu #788D6E

Tints of Xanadu #788D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.01%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 32.35%
G = 38.01%
B = 29.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#788D6E (or 0x788D6E) is known color: Xanadu. HEX triplet: 78, 8D and 6E. RGB value is (120,141,110). Sum of RGB (Red+Green+Blue) = 120+141+110=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #788D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D6E is #877291. Grayscale: #838383. Windows color (decimal): -8876690 or 7245176. OLE color: 7245176.

HSL color Cylindrical-coordinate representation of color #788D6E: hue angle of 100.65º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788D6E is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 141 110 -
CMYK 0.15 0 0.22 0.45
HSL 100.65º 0.12% 0.49% -
HSV(B) 100.65º 0.22% 0.55% -
XYZ 20.09 24.17 18.36 -
YUV 131.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 120 141 110 0.15 0 0.22 0.45 100.65 0.12 0.49
Hex 78 8D 6E F 0 16 2D 65 C 31
Octal 170 215 156 17 0 26 55 145 14 61
Binary 1111000 10001101 1101110 1111 0 10110 101101 1100101 1100 110001

Color Harmonies of #788D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788D6E

Black with #788D6E

Text Example


Text Example

White with #788D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,141,110); }

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

background-color css

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

 a { background-color: rgb(120,141,110); }

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

border-color css

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

 span { border-color: rgb(120,141,110); }

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