Html Css Color HEX #76856D Xanadu

📋 copy color: '#76856D'

red 118 ◦ green 133 ◦ blue 109

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

Shades of Xanadu #76856D

Tints of Xanadu #76856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 32.78%
G = 36.94%
B = 30.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#76856D (or 0x76856D) is known color: Xanadu. HEX triplet: 76, 85 and 6D. RGB value is (118,133,109). Sum of RGB (Red+Green+Blue) = 118+133+109=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #76856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76856D is #897A92. Grayscale: #7D7D7D. Windows color (decimal): -9009811 or 7177590. OLE color: 7177590.

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

Color convert

RGB 118 133 109 -
CMYK 0.11 0 0.18 0.48
HSL 97.5º 0.1% 0.47% -
HSV(B) 97.5º 0.18% 0.52% -
XYZ 18.62 21.73 17.68 -
YUV 125.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 118 133 109 0.11 0 0.18 0.48 97.5 0.1 0.47
Hex 76 85 6D B 0 12 30 62 A 2F
Octal 166 205 155 13 0 22 60 142 12 57
Binary 1110110 10000101 1101101 1011 0 10010 110000 1100010 1010 101111

Color Harmonies of #76856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76856D

Black with #76856D

Text Example


Text Example

White with #76856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76856D; }

 p { color: rgb(118,133,109); }

 H1.HeaderClassName
 {
   color: #76856D;
 }
 .AnyTagClassName
 {
   color: #76856D;
 }
</style>

background-color css

<style>
 a { background-color: #76856D; }

 a { background-color: rgb(118,133,109); }

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

border-color css

<style>
 span { border-color: #76856D; }

 span { border-color: rgb(118,133,109); }

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