Html Css Color HEX #7C666D Empress

📋 copy color: '#7C666D'

red 124 ◦ green 102 ◦ blue 109

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

Shades of Empress #7C666D

Tints of Empress #7C666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 37.01%
G = 30.45%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C666D (or 0x7C666D) is known color: Empress. HEX triplet: 7C, 66 and 6D. RGB value is (124,102,109). Sum of RGB (Red+Green+Blue) = 124+102+109=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C666D is #839992. Grayscale: #6D6D6D. Windows color (decimal): -8624531 or 7169660. OLE color: 7169660.

HSL color Cylindrical-coordinate representation of color #7C666D: hue angle of 340.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C666D is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 102 109 -
CMYK 0 0.18 0.12 0.51
HSL 340.91º 0.1% 0.44% -
HSV(B) 340.91º 0.18% 0.49% -
XYZ 15.82 14.89 16.51 -
YUV 109.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 124 102 109 0 0.18 0.12 0.51 340.91 0.1 0.44
Hex 7C 66 6D 0 12 C 33 155 A 2C
Octal 174 146 155 0 22 14 63 525 12 54
Binary 1111100 1100110 1101101 0 10010 1100 110011 101010101 1010 101100

Color Harmonies of #7C666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C666D

Black with #7C666D

Text Example


Text Example

White with #7C666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,102,109); }

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

background-color css

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

 a { background-color: rgb(124,102,109); }

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

border-color css

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

 span { border-color: rgb(124,102,109); }

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