Html Css Color HEX #778570 Xanadu

📋 copy color: '#778570'

red 119 ◦ green 133 ◦ blue 112

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

Shades of Xanadu #778570

Tints of Xanadu #778570

RGB

 RED value IS 119 (46.88% from 255) = 32.69%

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

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 32.69%
G = 36.54%
B = 30.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#778570 (or 0x778570) is known color: Xanadu. HEX triplet: 77, 85 and 70. RGB value is (119,133,112). Sum of RGB (Red+Green+Blue) = 119+133+112=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #778570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778570 is #887A8F. Grayscale: #7E7E7E. Windows color (decimal): -8944272 or 7374199. OLE color: 7374199.

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

Color convert

RGB 119 133 112 -
CMYK 0.11 0 0.16 0.48
HSL 100º 0.09% 0.48% -
HSV(B) 100º 0.16% 0.52% -
XYZ 18.92 21.87 18.55 -
YUV 126.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 119 133 112 0.11 0 0.16 0.48 100 0.09 0.48
Hex 77 85 70 B 0 10 30 64 9 30
Octal 167 205 160 13 0 20 60 144 11 60
Binary 1110111 10000101 1110000 1011 0 10000 110000 1100100 1001 110000

Color Harmonies of #778570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778570

Black with #778570

Text Example


Text Example

White with #778570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778570; }

 p { color: rgb(119,133,112); }

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

background-color css

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

 a { background-color: rgb(119,133,112); }

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

border-color css

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

 span { border-color: rgb(119,133,112); }

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