Html Css Color HEX #7E9D75 Amulet

📋 copy color: '#7E9D75'

red 126 ◦ green 157 ◦ blue 117

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

Shades of Amulet #7E9D75

Tints of Amulet #7E9D75

RGB

 RED value IS 126 (49.61% from 255) = 31.5%

 GREEN value IS 157 (61.72% from 255) = 39.25%

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 31.5%
G = 39.25%
B = 29.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#7E9D75 (or 0x7E9D75) is known color: Amulet. HEX triplet: 7E, 9D and 75. RGB value is (126,157,117). Sum of RGB (Red+Green+Blue) = 126+157+117=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9D75 is #81628A. Grayscale: #8F8F8F. Windows color (decimal): -8479371 or 7708030. OLE color: 7708030.

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

Color convert

RGB 126 157 117 -
CMYK 0.20 0 0.25 0.38
HSL 106.5º 0.17% 0.54% -
HSV(B) 106.5º 0.25% 0.62% -
XYZ 23.87 29.83 21.33 -
YUV 143.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 126 157 117 0.20 0 0.25 0.38 106.5 0.17 0.54
Hex 7E 9D 75 14 0 19 26 6A 11 36
Octal 176 235 165 24 0 31 46 152 21 66
Binary 1111110 10011101 1110101 10100 0 11001 100110 1101010 10001 110110

Color Harmonies of #7E9D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9D75

Black with #7E9D75

Text Example


Text Example

White with #7E9D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,157,117); }

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

background-color css

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

 a { background-color: rgb(126,157,117); }

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

border-color css

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

 span { border-color: rgb(126,157,117); }

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