Html Css Color HEX #76866D Xanadu

📋 copy color: '#76866D'

red 118 ◦ green 134 ◦ blue 109

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

Shades of Xanadu #76866D

Tints of Xanadu #76866D

RGB

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

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

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

R = 32.69%
G = 37.12%
B = 30.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#76866D (or 0x76866D) is known color: Xanadu. HEX triplet: 76, 86 and 6D. RGB value is (118,134,109). Sum of RGB (Red+Green+Blue) = 118+134+109=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #76866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76866D is #897992. Grayscale: #7E7E7E. Windows color (decimal): -9009555 or 7177846. OLE color: 7177846.

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

Color convert

RGB 118 134 109 -
CMYK 0.12 0 0.19 0.47
HSL 98.4º 0.1% 0.48% -
HSV(B) 98.4º 0.19% 0.53% -
XYZ 18.76 22.01 17.73 -
YUV 126.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 118 134 109 0.12 0 0.19 0.47 98.4 0.1 0.48
Hex 76 86 6D C 0 13 2F 62 A 30
Octal 166 206 155 14 0 23 57 142 12 60
Binary 1110110 10000110 1101101 1100 0 10011 101111 1100010 1010 110000

Color Harmonies of #76866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76866D

Black with #76866D

Text Example


Text Example

White with #76866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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