Html Css Color HEX #778770 Xanadu

📋 copy color: '#778770'

red 119 ◦ green 135 ◦ blue 112

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

Shades of Xanadu #778770

Tints of Xanadu #778770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.89%

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

R = 32.51%
G = 36.89%
B = 30.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#778770 (or 0x778770) is known color: Xanadu. HEX triplet: 77, 87 and 70. RGB value is (119,135,112). Sum of RGB (Red+Green+Blue) = 119+135+112=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #778770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778770 is #88788F. Grayscale: #7F7F7F. Windows color (decimal): -8943760 or 7374711. OLE color: 7374711.

HSL color Cylindrical-coordinate representation of color #778770: hue angle of 101.74º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #778770 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 135 112 -
CMYK 0.12 0 0.17 0.47
HSL 101.74º 0.09% 0.48% -
HSV(B) 101.74º 0.17% 0.53% -
XYZ 19.2 22.42 18.64 -
YUV 127.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 119 135 112 0.12 0 0.17 0.47 101.74 0.09 0.48
Hex 77 87 70 C 0 11 2F 66 9 30
Octal 167 207 160 14 0 21 57 146 11 60
Binary 1110111 10000111 1110000 1100 0 10001 101111 1100110 1001 110000

Color Harmonies of #778770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778770

Black with #778770

Text Example


Text Example

White with #778770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778770; }

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

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

background-color css

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

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

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

border-color css

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

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

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