Html Css Color HEX #76876F Xanadu

📋 copy color: '#76876F'

red 118 ◦ green 135 ◦ blue 111

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

Shades of Xanadu #76876F

Tints of Xanadu #76876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

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

R = 32.42%
G = 37.09%
B = 30.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#76876F (or 0x76876F) is known color: Xanadu. HEX triplet: 76, 87 and 6F. RGB value is (118,135,111). Sum of RGB (Red+Green+Blue) = 118+135+111=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #76876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76876F is #897890. Grayscale: #7F7F7F. Windows color (decimal): -9009297 or 7309174. OLE color: 7309174.

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

Color convert

RGB 118 135 111 -
CMYK 0.13 0 0.18 0.47
HSL 102.5º 0.1% 0.48% -
HSV(B) 102.5º 0.18% 0.53% -
XYZ 19 22.33 18.35 -
YUV 127.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 118 135 111 0.13 0 0.18 0.47 102.5 0.1 0.48
Hex 76 87 6F D 0 12 2F 66 A 30
Octal 166 207 157 15 0 22 57 146 12 60
Binary 1110110 10000111 1101111 1101 0 10010 101111 1100110 1010 110000

Color Harmonies of #76876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76876F

Black with #76876F

Text Example


Text Example

White with #76876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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