Html Css Color HEX #76896D Xanadu

📋 copy color: '#76896D'

red 118 ◦ green 137 ◦ blue 109

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

Shades of Xanadu #76896D

Tints of Xanadu #76896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.64%

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

R = 32.42%
G = 37.64%
B = 29.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#76896D (or 0x76896D) is known color: Xanadu. HEX triplet: 76, 89 and 6D. RGB value is (118,137,109). Sum of RGB (Red+Green+Blue) = 118+137+109=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #76896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76896D is #897692. Grayscale: #808080. Windows color (decimal): -9008787 or 7178614. OLE color: 7178614.

HSL color Cylindrical-coordinate representation of color #76896D: hue angle of 100.71º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76896D is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 109 -
CMYK 0.14 0 0.20 0.46
HSL 100.71º 0.11% 0.48% -
HSV(B) 100.71º 0.2% 0.54% -
XYZ 19.18 22.85 17.87 -
YUV 128.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 118 137 109 0.14 0 0.20 0.46 100.71 0.11 0.48
Hex 76 89 6D E 0 14 2E 65 B 30
Octal 166 211 155 16 0 24 56 145 13 60
Binary 1110110 10001001 1101101 1110 0 10100 101110 1100101 1011 110000

Color Harmonies of #76896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76896D

Black with #76896D

Text Example


Text Example

White with #76896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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