Html Css Color HEX #76846F Xanadu

📋 copy color: '#76846F'

red 118 ◦ green 132 ◦ blue 111

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

Shades of Xanadu #76846F

Tints of Xanadu #76846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 32.69%
G = 36.57%
B = 30.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#76846F (or 0x76846F) is known color: Xanadu. HEX triplet: 76, 84 and 6F. RGB value is (118,132,111). Sum of RGB (Red+Green+Blue) = 118+132+111=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #76846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76846F is #897B90. Grayscale: #7D7D7D. Windows color (decimal): -9010065 or 7308406. OLE color: 7308406.

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

Color convert

RGB 118 132 111 -
CMYK 0.11 0 0.16 0.48
HSL 100º 0.09% 0.48% -
HSV(B) 100º 0.16% 0.52% -
XYZ 18.59 21.5 18.21 -
YUV 125.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 118 132 111 0.11 0 0.16 0.48 100 0.09 0.48
Hex 76 84 6F B 0 10 30 64 9 30
Octal 166 204 157 13 0 20 60 144 11 60
Binary 1110110 10000100 1101111 1011 0 10000 110000 1100100 1001 110000

Color Harmonies of #76846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76846F

Black with #76846F

Text Example


Text Example

White with #76846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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