Html Css Color HEX #76866E Xanadu

📋 copy color: '#76866E'

red 118 ◦ green 134 ◦ blue 110

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

Shades of Xanadu #76866E

Tints of Xanadu #76866E

RGB

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

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

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

R = 32.6%
G = 37.02%
B = 30.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#76866E (or 0x76866E) is known color: Xanadu. HEX triplet: 76, 86 and 6E. RGB value is (118,134,110). Sum of RGB (Red+Green+Blue) = 118+134+110=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #76866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76866E is #897991. Grayscale: #7E7E7E. Windows color (decimal): -9009554 or 7243382. OLE color: 7243382.

HSL color Cylindrical-coordinate representation of color #76866E: hue angle of 100º 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 #76866E is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 110 -
CMYK 0.12 0 0.18 0.47
HSL 100º 0.1% 0.48% -
HSV(B) 100º 0.18% 0.53% -
XYZ 18.81 22.03 18.01 -
YUV 126.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 118 134 110 0.12 0 0.18 0.47 100 0.1 0.48
Hex 76 86 6E C 0 12 2F 64 A 30
Octal 166 206 156 14 0 22 57 144 12 60
Binary 1110110 10000110 1101110 1100 0 10010 101111 1100100 1010 110000

Color Harmonies of #76866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76866E

Black with #76866E

Text Example


Text Example

White with #76866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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