Html Css Color HEX #778D70 Xanadu

📋 copy color: '#778D70'

red 119 ◦ green 141 ◦ blue 112

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

Shades of Xanadu #778D70

Tints of Xanadu #778D70

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

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

R = 31.99%
G = 37.9%
B = 30.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#778D70 (or 0x778D70) is known color: Xanadu. HEX triplet: 77, 8D and 70. RGB value is (119,141,112). Sum of RGB (Red+Green+Blue) = 119+141+112=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #778D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778D70 is #88728F. Grayscale: #838383. Windows color (decimal): -8942224 or 7376247. OLE color: 7376247.

HSL color Cylindrical-coordinate representation of color #778D70: hue angle of 105.52º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #778D70 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 141 112 -
CMYK 0.16 0 0.21 0.45
HSL 105.52º 0.11% 0.5% -
HSV(B) 105.52º 0.21% 0.55% -
XYZ 20.06 24.14 18.93 -
YUV 131.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 119 141 112 0.16 0 0.21 0.45 105.52 0.11 0.5
Hex 77 8D 70 10 0 15 2D 6A B 32
Octal 167 215 160 20 0 25 55 152 13 62
Binary 1110111 10001101 1110000 10000 0 10101 101101 1101010 1011 110010

Color Harmonies of #778D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778D70

Black with #778D70

Text Example


Text Example

White with #778D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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