Html Css Color HEX #76926E Xanadu

📋 copy color: '#76926E'

red 118 ◦ green 146 ◦ blue 110

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

Shades of Xanadu #76926E

Tints of Xanadu #76926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 31.55%
G = 39.04%
B = 29.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#76926E (or 0x76926E) is known color: Xanadu. HEX triplet: 76, 92 and 6E. RGB value is (118,146,110). Sum of RGB (Red+Green+Blue) = 118+146+110=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #76926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76926E is #896D91. Grayscale: #858585. Windows color (decimal): -9006482 or 7246454. OLE color: 7246454.

HSL color Cylindrical-coordinate representation of color #76926E: hue angle of 106.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76926E is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 110 -
CMYK 0.19 0 0.25 0.43
HSL 106.67º 0.14% 0.5% -
HSV(B) 106.67º 0.25% 0.57% -
XYZ 20.56 25.54 18.6 -
YUV 133.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 118 146 110 0.19 0 0.25 0.43 106.67 0.14 0.5
Hex 76 92 6E 13 0 19 2B 6B E 32
Octal 166 222 156 23 0 31 53 153 16 62
Binary 1110110 10010010 1101110 10011 0 11001 101011 1101011 1110 110010

Color Harmonies of #76926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76926E

Black with #76926E

Text Example


Text Example

White with #76926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76926E; }

 p { color: rgb(118,146,110); }

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

background-color css

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

 a { background-color: rgb(118,146,110); }

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

border-color css

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

 span { border-color: rgb(118,146,110); }

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