Html Css Color HEX #76886E Xanadu

📋 copy color: '#76886E'

red 118 ◦ green 136 ◦ blue 110

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

Shades of Xanadu #76886E

Tints of Xanadu #76886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

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

R = 32.42%
G = 37.36%
B = 30.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#76886E (or 0x76886E) is known color: Xanadu. HEX triplet: 76, 88 and 6E. RGB value is (118,136,110). Sum of RGB (Red+Green+Blue) = 118+136+110=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #76886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76886E is #897791. Grayscale: #7F7F7F. Windows color (decimal): -9009042 or 7243894. OLE color: 7243894.

HSL color Cylindrical-coordinate representation of color #76886E: hue angle of 101.54º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76886E is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 110 -
CMYK 0.13 0 0.19 0.47
HSL 101.54º 0.11% 0.48% -
HSV(B) 101.54º 0.19% 0.53% -
XYZ 19.09 22.59 18.11 -
YUV 127.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 118 136 110 0.13 0 0.19 0.47 101.54 0.11 0.48
Hex 76 88 6E D 0 13 2F 66 B 30
Octal 166 210 156 15 0 23 57 146 13 60
Binary 1110110 10001000 1101110 1101 0 10011 101111 1100110 1011 110000

Color Harmonies of #76886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76886E

Black with #76886E

Text Example


Text Example

White with #76886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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