Html Css Color HEX #778970 Xanadu

📋 copy color: '#778970'

red 119 ◦ green 137 ◦ blue 112

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

Shades of Xanadu #778970

Tints of Xanadu #778970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

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

R = 32.34%
G = 37.23%
B = 30.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#778970 (or 0x778970) is known color: Xanadu. HEX triplet: 77, 89 and 70. RGB value is (119,137,112). Sum of RGB (Red+Green+Blue) = 119+137+112=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #778970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778970 is #88768F. Grayscale: #808080. Windows color (decimal): -8943248 or 7375223. OLE color: 7375223.

HSL color Cylindrical-coordinate representation of color #778970: hue angle of 103.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778970 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 137 112 -
CMYK 0.13 0 0.18 0.46
HSL 103.2º 0.1% 0.49% -
HSV(B) 103.2º 0.18% 0.54% -
XYZ 19.48 22.98 18.74 -
YUV 128.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 119 137 112 0.13 0 0.18 0.46 103.2 0.1 0.49
Hex 77 89 70 D 0 12 2E 67 A 31
Octal 167 211 160 15 0 22 56 147 12 61
Binary 1110111 10001001 1110000 1101 0 10010 101110 1100111 1010 110001

Color Harmonies of #778970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778970

Black with #778970

Text Example


Text Example

White with #778970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778970; }

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

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

background-color css

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

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

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

border-color css

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

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

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