Html Css Color HEX #7C676F Empress

📋 copy color: '#7C676F'

red 124 ◦ green 103 ◦ blue 111

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

Shades of Empress #7C676F

Tints of Empress #7C676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 36.69%
G = 30.47%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C676F (or 0x7C676F) is known color: Empress. HEX triplet: 7C, 67 and 6F. RGB value is (124,103,111). Sum of RGB (Red+Green+Blue) = 124+103+111=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C676F is #839890. Grayscale: #6E6E6E. Windows color (decimal): -8624273 or 7300988. OLE color: 7300988.

HSL color Cylindrical-coordinate representation of color #7C676F: hue angle of 337.14º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C676F is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 111 -
CMYK 0 0.17 0.10 0.51
HSL 337.14º 0.09% 0.45% -
HSV(B) 337.14º 0.17% 0.49% -
XYZ 16.03 15.13 17.11 -
YUV 110.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 124 103 111 0 0.17 0.10 0.51 337.14 0.09 0.45
Hex 7C 67 6F 0 11 A 33 151 9 2D
Octal 174 147 157 0 21 12 63 521 11 55
Binary 1111100 1100111 1101111 0 10001 1010 110011 101010001 1001 101101

Color Harmonies of #7C676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C676F

Black with #7C676F

Text Example


Text Example

White with #7C676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,103,111); }

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

background-color css

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

 a { background-color: rgb(124,103,111); }

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

border-color css

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

 span { border-color: rgb(124,103,111); }

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