Html Css Color HEX #76846E Xanadu

📋 copy color: '#76846E'

red 118 ◦ green 132 ◦ blue 110

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

Shades of Xanadu #76846E

Tints of Xanadu #76846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

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

R = 32.78%
G = 36.67%
B = 30.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#76846E (or 0x76846E) is known color: Xanadu. HEX triplet: 76, 84 and 6E. RGB value is (118,132,110). Sum of RGB (Red+Green+Blue) = 118+132+110=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #76846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76846E is #897B91. Grayscale: #7D7D7D. Windows color (decimal): -9010066 or 7242870. OLE color: 7242870.

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

Color convert

RGB 118 132 110 -
CMYK 0.11 0 0.17 0.48
HSL 98.18º 0.09% 0.47% -
HSV(B) 98.18º 0.17% 0.52% -
XYZ 18.54 21.48 17.92 -
YUV 125.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 118 132 110 0.11 0 0.17 0.48 98.18 0.09 0.47
Hex 76 84 6E B 0 11 30 62 9 2F
Octal 166 204 156 13 0 21 60 142 11 57
Binary 1110110 10000100 1101110 1011 0 10001 110000 1100010 1001 101111

Color Harmonies of #76846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76846E

Black with #76846E

Text Example


Text Example

White with #76846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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