Html Css Color HEX #7E996C Amulet

📋 copy color: '#7E996C'

red 126 ◦ green 153 ◦ blue 108

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

Shades of Amulet #7E996C

Tints of Amulet #7E996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.53%

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 32.56%
G = 39.53%
B = 27.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#7E996C (or 0x7E996C) is known color: Amulet. HEX triplet: 7E, 99 and 6C. RGB value is (126,153,108). Sum of RGB (Red+Green+Blue) = 126+153+108=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #7E996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E996C is #816693. Grayscale: #8B8B8B. Windows color (decimal): -8480404 or 7117182. OLE color: 7117182.

HSL color Cylindrical-coordinate representation of color #7E996C: hue angle of 96º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E996C is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 126 153 108 -
CMYK 0.18 0 0.29 0.4
HSL 96º 0.18% 0.51% -
HSV(B) 96º 0.29% 0.6% -
XYZ 22.7 28.3 18.45 -
YUV 139.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 126 153 108 0.18 0 0.29 0.4 96 0.18 0.51
Hex 7E 99 6C 12 0 1D 28 60 12 33
Octal 176 231 154 22 0 35 50 140 22 63
Binary 1111110 10011001 1101100 10010 0 11101 101000 1100000 10010 110011

Color Harmonies of #7E996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E996C

Black with #7E996C

Text Example


Text Example

White with #7E996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,153,108); }

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

background-color css

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

 a { background-color: rgb(126,153,108); }

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

border-color css

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

 span { border-color: rgb(126,153,108); }

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