Html Css Color HEX #76836E Xanadu

📋 copy color: '#76836E'

red 118 ◦ green 131 ◦ blue 110

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

Shades of Xanadu #76836E

Tints of Xanadu #76836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

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

R = 32.87%
G = 36.49%
B = 30.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#76836E (or 0x76836E) is known color: Xanadu. HEX triplet: 76, 83 and 6E. RGB value is (118,131,110). Sum of RGB (Red+Green+Blue) = 118+131+110=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 131 - color contains mainly: green. Hex color #76836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76836E is #897C91. Grayscale: #7C7C7C. Windows color (decimal): -9010322 or 7242614. OLE color: 7242614.

HSL color Cylindrical-coordinate representation of color #76836E: hue angle of 97.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76836E is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 110 -
CMYK 0.10 0 0.16 0.49
HSL 97.14º 0.09% 0.47% -
HSV(B) 97.14º 0.16% 0.51% -
XYZ 18.4 21.21 17.88 -
YUV 124.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 118 131 110 0.10 0 0.16 0.49 97.14 0.09 0.47
Hex 76 83 6E A 0 10 31 61 9 2F
Octal 166 203 156 12 0 20 61 141 11 57
Binary 1110110 10000011 1101110 1010 0 10000 110001 1100001 1001 101111

Color Harmonies of #76836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76836E

Black with #76836E

Text Example


Text Example

White with #76836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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