Html Css Color HEX #778470 Xanadu

📋 copy color: '#778470'

red 119 ◦ green 132 ◦ blue 112

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

Shades of Xanadu #778470

Tints of Xanadu #778470

RGB

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

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

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

R = 32.78%
G = 36.36%
B = 30.85%

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

#778470 (or 0x778470) is known color: Xanadu. HEX triplet: 77, 84 and 70. RGB value is (119,132,112). Sum of RGB (Red+Green+Blue) = 119+132+112=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #778470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778470 is #887B8F. Grayscale: #7D7D7D. Windows color (decimal): -8944528 or 7373943. OLE color: 7373943.

HSL color Cylindrical-coordinate representation of color #778470: 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 #778470 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 132 112 -
CMYK 0.10 0 0.15 0.48
HSL 99º 0.08% 0.48% -
HSV(B) 99º 0.15% 0.52% -
XYZ 18.78 21.59 18.51 -
YUV 125.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 119 132 112 0.10 0 0.15 0.48 99 0.08 0.48
Hex 77 84 70 A 0 F 30 63 8 30
Octal 167 204 160 12 0 17 60 143 10 60
Binary 1110111 10000100 1110000 1010 0 1111 110000 1100011 1000 110000

Color Harmonies of #778470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778470

Black with #778470

Text Example


Text Example

White with #778470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778470; }

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

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

background-color css

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

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

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

border-color css

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

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

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