Html Css Color HEX #76976E Amulet

📋 copy color: '#76976E'

red 118 ◦ green 151 ◦ blue 110

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

Shades of Amulet #76976E

Tints of Amulet #76976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.84%

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

R = 31.13%
G = 39.84%
B = 29.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#76976E (or 0x76976E) is known color: Amulet. HEX triplet: 76, 97 and 6E. RGB value is (118,151,110). Sum of RGB (Red+Green+Blue) = 118+151+110=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #76976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76976E is #896891. Grayscale: #888888. Windows color (decimal): -9005202 or 7247734. OLE color: 7247734.

HSL color Cylindrical-coordinate representation of color #76976E: hue angle of 108.29º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76976E is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 110 -
CMYK 0.22 0 0.27 0.41
HSL 108.29º 0.16% 0.51% -
HSV(B) 108.29º 0.27% 0.59% -
XYZ 21.35 27.11 18.86 -
YUV 136.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 118 151 110 0.22 0 0.27 0.41 108.29 0.16 0.51
Hex 76 97 6E 16 0 1B 29 6C 10 33
Octal 166 227 156 26 0 33 51 154 20 63
Binary 1110110 10010111 1101110 10110 0 11011 101001 1101100 10000 110011

Color Harmonies of #76976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76976E

Black with #76976E

Text Example


Text Example

White with #76976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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