Html Css Color HEX #788472 Xanadu

📋 copy color: '#788472'

red 120 ◦ green 132 ◦ blue 114

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

Shades of Xanadu #788472

Tints of Xanadu #788472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 32.79%
G = 36.07%
B = 31.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#788472 (or 0x788472) is known color: Xanadu. HEX triplet: 78, 84 and 72. RGB value is (120,132,114). Sum of RGB (Red+Green+Blue) = 120+132+114=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #788472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788472 is #877B8D. Grayscale: #7E7E7E. Windows color (decimal): -8878990 or 7505016. OLE color: 7505016.

HSL color Cylindrical-coordinate representation of color #788472: hue angle of 100º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788472 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 132 114 -
CMYK 0.09 0 0.14 0.48
HSL 100º 0.07% 0.48% -
HSV(B) 100º 0.14% 0.52% -
XYZ 19.03 21.71 19.11 -
YUV 126.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 120 132 114 0.09 0 0.14 0.48 100 0.07 0.48
Hex 78 84 72 9 0 E 30 64 7 30
Octal 170 204 162 11 0 16 60 144 7 60
Binary 1111000 10000100 1110010 1001 0 1110 110000 1100100 111 110000

Color Harmonies of #788472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788472

Black with #788472

Text Example


Text Example

White with #788472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788472; }

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

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

background-color css

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

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

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

border-color css

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

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

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