Html Css Color HEX #77916C Xanadu

📋 copy color: '#77916C'

red 119 ◦ green 145 ◦ blue 108

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

Shades of Xanadu #77916C

Tints of Xanadu #77916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 31.99%
G = 38.98%
B = 29.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#77916C (or 0x77916C) is known color: Xanadu. HEX triplet: 77, 91 and 6C. RGB value is (119,145,108). Sum of RGB (Red+Green+Blue) = 119+145+108=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #77916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77916C is #886E93. Grayscale: #858585. Windows color (decimal): -8941204 or 7115127. OLE color: 7115127.

HSL color Cylindrical-coordinate representation of color #77916C: hue angle of 102.16º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77916C is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 108 -
CMYK 0.18 0 0.26 0.43
HSL 102.16º 0.15% 0.5% -
HSV(B) 102.16º 0.26% 0.57% -
XYZ 20.44 25.26 17.98 -
YUV 133.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 119 145 108 0.18 0 0.26 0.43 102.16 0.15 0.5
Hex 77 91 6C 12 0 1A 2B 66 F 32
Octal 167 221 154 22 0 32 53 146 17 62
Binary 1110111 10010001 1101100 10010 0 11010 101011 1100110 1111 110010

Color Harmonies of #77916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77916C

Black with #77916C

Text Example


Text Example

White with #77916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77916C; }

 p { color: rgb(119,145,108); }

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

background-color css

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

 a { background-color: rgb(119,145,108); }

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

border-color css

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

 span { border-color: rgb(119,145,108); }

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