Html Css Color HEX #788571 Xanadu

📋 copy color: '#788571'

red 120 ◦ green 133 ◦ blue 113

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

Shades of Xanadu #788571

Tints of Xanadu #788571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 32.79%
G = 36.34%
B = 30.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#788571 (or 0x788571) is known color: Xanadu. HEX triplet: 78, 85 and 71. RGB value is (120,133,113). Sum of RGB (Red+Green+Blue) = 120+133+113=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #788571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788571 is #877A8E. Grayscale: #7E7E7E. Windows color (decimal): -8878735 or 7439736. OLE color: 7439736.

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

Color convert

RGB 120 133 113 -
CMYK 0.10 0 0.15 0.48
HSL 99º 0.08% 0.48% -
HSV(B) 99º 0.15% 0.52% -
XYZ 19.11 21.96 18.85 -
YUV 126.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 120 133 113 0.10 0 0.15 0.48 99 0.08 0.48
Hex 78 85 71 A 0 F 30 63 8 30
Octal 170 205 161 12 0 17 60 143 10 60
Binary 1111000 10000101 1110001 1010 0 1111 110000 1100011 1000 110000

Color Harmonies of #788571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788571

Black with #788571

Text Example


Text Example

White with #788571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788571; }

 p { color: rgb(120,133,113); }

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

background-color css

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

 a { background-color: rgb(120,133,113); }

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

border-color css

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

 span { border-color: rgb(120,133,113); }

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