Html Css Color HEX #76916C Xanadu

📋 copy color: '#76916C'

red 118 ◦ green 145 ◦ blue 108

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

Shades of Xanadu #76916C

Tints of Xanadu #76916C

RGB

 RED value IS 118 (46.48% from 255) = 31.81%

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

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

R = 31.81%
G = 39.08%
B = 29.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#76916C (or 0x76916C) is known color: Xanadu. HEX triplet: 76, 91 and 6C. RGB value is (118,145,108). Sum of RGB (Red+Green+Blue) = 118+145+108=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #76916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76916C is #896E93. Grayscale: #848484. Windows color (decimal): -9006740 or 7115126. OLE color: 7115126.

HSL color Cylindrical-coordinate representation of color #76916C: hue angle of 103.78º 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 #76916C is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 108 -
CMYK 0.19 0 0.26 0.43
HSL 103.78º 0.15% 0.5% -
HSV(B) 103.78º 0.26% 0.57% -
XYZ 20.3 25.19 17.98 -
YUV 132.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 118 145 108 0.19 0 0.26 0.43 103.78 0.15 0.5
Hex 76 91 6C 13 0 1A 2B 68 F 32
Octal 166 221 154 23 0 32 53 150 17 62
Binary 1110110 10010001 1101100 10011 0 11010 101011 1101000 1111 110010

Color Harmonies of #76916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76916C

Black with #76916C

Text Example


Text Example

White with #76916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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