Html Css Color HEX #7F9F76 Amulet

📋 copy color: '#7F9F76'

red 127 ◦ green 159 ◦ blue 118

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

Shades of Amulet #7F9F76

Tints of Amulet #7F9F76

RGB

 RED value IS 127 (50% from 255) = 31.44%

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

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

R = 31.44%
G = 39.36%
B = 29.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#7F9F76 (or 0x7F9F76) is known color: Amulet. HEX triplet: 7F, 9F and 76. RGB value is (127,159,118). Sum of RGB (Red+Green+Blue) = 127+159+118=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9F76 is #806089. Grayscale: #909090. Windows color (decimal): -8413322 or 7774079. OLE color: 7774079.

HSL color Cylindrical-coordinate representation of color #7F9F76: hue angle of 106.83º 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 #7F9F76 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 159 118 -
CMYK 0.20 0 0.26 0.38
HSL 106.83º 0.18% 0.54% -
HSV(B) 106.83º 0.26% 0.62% -
XYZ 24.42 30.62 21.76 -
YUV 144.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 127 159 118 0.20 0 0.26 0.38 106.83 0.18 0.54
Hex 7F 9F 76 14 0 1A 26 6B 12 36
Octal 177 237 166 24 0 32 46 153 22 66
Binary 1111111 10011111 1110110 10100 0 11010 100110 1101011 10010 110110

Color Harmonies of #7F9F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9F76

Black with #7F9F76

Text Example


Text Example

White with #7F9F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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