Html Css Color HEX #76866F Xanadu

📋 copy color: '#76866F'

red 118 ◦ green 134 ◦ blue 111

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

Shades of Xanadu #76866F

Tints of Xanadu #76866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

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

R = 32.51%
G = 36.91%
B = 30.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#76866F (or 0x76866F) is known color: Xanadu. HEX triplet: 76, 86 and 6F. RGB value is (118,134,111). Sum of RGB (Red+Green+Blue) = 118+134+111=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #76866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76866F is #897990. Grayscale: #7E7E7E. Windows color (decimal): -9009553 or 7308918. OLE color: 7308918.

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

Color convert

RGB 118 134 111 -
CMYK 0.12 0 0.17 0.47
HSL 101.74º 0.09% 0.48% -
HSV(B) 101.74º 0.17% 0.53% -
XYZ 18.87 22.05 18.3 -
YUV 126.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 118 134 111 0.12 0 0.17 0.47 101.74 0.09 0.48
Hex 76 86 6F C 0 11 2F 66 9 30
Octal 166 206 157 14 0 21 57 146 11 60
Binary 1110110 10000110 1101111 1100 0 10001 101111 1100110 1001 110000

Color Harmonies of #76866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76866F

Black with #76866F

Text Example


Text Example

White with #76866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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