Html Css Color HEX #7C7576 Empress

📋 copy color: '#7C7576'

red 124 ◦ green 117 ◦ blue 118

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

Shades of Empress #7C7576

Tints of Empress #7C7576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 34.54%
G = 32.59%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7C7576 (or 0x7C7576) is known color: Empress. HEX triplet: 7C, 75 and 76. RGB value is (124,117,118). Sum of RGB (Red+Green+Blue) = 124+117+118=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7576 is #838A89. Grayscale: #777777. Windows color (decimal): -8620682 or 7763324. OLE color: 7763324.

HSL color Cylindrical-coordinate representation of color #7C7576: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7C7576 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 117 118 -
CMYK 0 0.06 0.05 0.51
HSL 351.43º 0.03% 0.47% -
HSV(B) 351.43º 0.06% 0.49% -
XYZ 17.94 18.32 19.73 -
YUV 119.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 124 117 118 0 0.06 0.05 0.51 351.43 0.03 0.47
Hex 7C 75 76 0 6 5 33 15F 3 2F
Octal 174 165 166 0 6 5 63 537 3 57
Binary 1111100 1110101 1110110 0 110 101 110011 101011111 11 101111

Color Harmonies of #7C7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7576

Black with #7C7576

Text Example


Text Example

White with #7C7576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,118); }

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

background-color css

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

 a { background-color: rgb(124,117,118); }

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

border-color css

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

 span { border-color: rgb(124,117,118); }

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