Html Css Color HEX #7C9977 Amulet

📋 copy color: '#7C9977'

red 124 ◦ green 153 ◦ blue 119

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

Shades of Amulet #7C9977

Tints of Amulet #7C9977

RGB

 RED value IS 124 (48.83% from 255) = 31.31%

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

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 31.31%
G = 38.64%
B = 30.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#7C9977 (or 0x7C9977) is known color: Amulet. HEX triplet: 7C, 99 and 77. RGB value is (124,153,119). Sum of RGB (Red+Green+Blue) = 124+153+119=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9977 is #836688. Grayscale: #8C8C8C. Windows color (decimal): -8611465 or 7838076. OLE color: 7838076.

HSL color Cylindrical-coordinate representation of color #7C9977: hue angle of 111.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C9977 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 153 119 -
CMYK 0.19 0 0.22 0.4
HSL 111.18º 0.14% 0.53% -
HSV(B) 111.18º 0.22% 0.6% -
XYZ 23.03 28.4 21.72 -
YUV 140.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 124 153 119 0.19 0 0.22 0.4 111.18 0.14 0.53
Hex 7C 99 77 13 0 16 28 6F E 35
Octal 174 231 167 23 0 26 50 157 16 65
Binary 1111100 10011001 1110111 10011 0 10110 101000 1101111 1110 110101

Color Harmonies of #7C9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9977

Black with #7C9977

Text Example


Text Example

White with #7C9977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,153,119); }

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

background-color css

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

 a { background-color: rgb(124,153,119); }

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

border-color css

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

 span { border-color: rgb(124,153,119); }

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