Html Css Color HEX #7D9F76 Amulet

📋 copy color: '#7D9F76'

red 125 ◦ green 159 ◦ blue 118

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

Shades of Amulet #7D9F76

Tints of Amulet #7D9F76

RGB

 RED value IS 125 (49.22% from 255) = 31.09%

 GREEN value IS 159 (62.5% from 255) = 39.55%

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 31.09%
G = 39.55%
B = 29.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#7D9F76 (or 0x7D9F76) is known color: Amulet. HEX triplet: 7D, 9F and 76. RGB value is (125,159,118). Sum of RGB (Red+Green+Blue) = 125+159+118=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9F76 is #826089. Grayscale: #909090. Windows color (decimal): -8544394 or 7774077. OLE color: 7774077.

HSL color Cylindrical-coordinate representation of color #7D9F76: hue angle of 109.76º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D9F76 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 159 118 -
CMYK 0.21 0 0.26 0.38
HSL 109.76º 0.18% 0.54% -
HSV(B) 109.76º 0.26% 0.62% -
XYZ 24.13 30.46 21.75 -
YUV 144.16 113.24 114.33 -
System Red Green Blue C M Y K H S L
Decimal 125 159 118 0.21 0 0.26 0.38 109.76 0.18 0.54
Hex 7D 9F 76 15 0 1A 26 6E 12 36
Octal 175 237 166 25 0 32 46 156 22 66
Binary 1111101 10011111 1110110 10101 0 11010 100110 1101110 10010 110110

Color Harmonies of #7D9F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9F76

Black with #7D9F76

Text Example


Text Example

White with #7D9F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D9F76; }

 p { color: rgb(125,159,118); }

 H1.HeaderClassName
 {
   color: #7D9F76;
 }
 .AnyTagClassName
 {
   color: #7D9F76;
 }
</style>

background-color css

<style>
 a { background-color: #7D9F76; }

 a { background-color: rgb(125,159,118); }

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

border-color css

<style>
 span { border-color: #7D9F76; }

 span { border-color: rgb(125,159,118); }

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