Html Css Color HEX #778C71 Xanadu

📋 copy color: '#778C71'

red 119 ◦ green 140 ◦ blue 113

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

Shades of Xanadu #778C71

Tints of Xanadu #778C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 31.99%
G = 37.63%
B = 30.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#778C71 (or 0x778C71) is known color: Xanadu. HEX triplet: 77, 8C and 71. RGB value is (119,140,113). Sum of RGB (Red+Green+Blue) = 119+140+113=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 140 - color contains mainly: green. Hex color #778C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C71 is #88738E. Grayscale: #828282. Windows color (decimal): -8942479 or 7441527. OLE color: 7441527.

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

Color convert

RGB 119 140 113 -
CMYK 0.15 0 0.19 0.45
HSL 106.67º 0.11% 0.5% -
HSV(B) 106.67º 0.19% 0.55% -
XYZ 19.97 23.87 19.18 -
YUV 130.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 119 140 113 0.15 0 0.19 0.45 106.67 0.11 0.5
Hex 77 8C 71 F 0 13 2D 6B B 32
Octal 167 214 161 17 0 23 55 153 13 62
Binary 1110111 10001100 1110001 1111 0 10011 101101 1101011 1011 110010

Color Harmonies of #778C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778C71

Black with #778C71

Text Example


Text Example

White with #778C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,140,113); }

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

background-color css

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

 a { background-color: rgb(119,140,113); }

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

border-color css

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

 span { border-color: rgb(119,140,113); }

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