Html Css Color HEX #788672 Xanadu

📋 copy color: '#788672'

red 120 ◦ green 134 ◦ blue 114

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

Shades of Xanadu #788672

Tints of Xanadu #788672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 32.61%
G = 36.41%
B = 30.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#788672 (or 0x788672) is known color: Xanadu. HEX triplet: 78, 86 and 72. RGB value is (120,134,114). Sum of RGB (Red+Green+Blue) = 120+134+114=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #788672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788672 is #87798D. Grayscale: #7F7F7F. Windows color (decimal): -8878478 or 7505528. OLE color: 7505528.

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

Color convert

RGB 120 134 114 -
CMYK 0.10 0 0.15 0.47
HSL 102º 0.08% 0.49% -
HSV(B) 102º 0.15% 0.53% -
XYZ 19.31 22.26 19.2 -
YUV 127.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 120 134 114 0.10 0 0.15 0.47 102 0.08 0.49
Hex 78 86 72 A 0 F 2F 66 8 31
Octal 170 206 162 12 0 17 57 146 10 61
Binary 1111000 10000110 1110010 1010 0 1111 101111 1100110 1000 110001

Color Harmonies of #788672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788672

Black with #788672

Text Example


Text Example

White with #788672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788672; }

 p { color: rgb(120,134,114); }

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

background-color css

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

 a { background-color: rgb(120,134,114); }

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

border-color css

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

 span { border-color: rgb(120,134,114); }

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