Html Css Color HEX #7C676B Empress

📋 copy color: '#7C676B'

red 124 ◦ green 103 ◦ blue 107

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

Shades of Empress #7C676B

Tints of Empress #7C676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 37.13%
G = 30.84%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C676B (or 0x7C676B) is known color: Empress. HEX triplet: 7C, 67 and 6B. RGB value is (124,103,107). Sum of RGB (Red+Green+Blue) = 124+103+107=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C676B is #839894. Grayscale: #6D6D6D. Windows color (decimal): -8624277 or 7038844. OLE color: 7038844.

HSL color Cylindrical-coordinate representation of color #7C676B: hue angle of 348.57º 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 #7C676B is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 107 -
CMYK 0 0.17 0.14 0.51
HSL 348.57º 0.09% 0.45% -
HSV(B) 348.57º 0.17% 0.49% -
XYZ 15.82 15.05 15.98 -
YUV 109.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 124 103 107 0 0.17 0.14 0.51 348.57 0.09 0.45
Hex 7C 67 6B 0 11 E 33 15D 9 2D
Octal 174 147 153 0 21 16 63 535 11 55
Binary 1111100 1100111 1101011 0 10001 1110 110011 101011101 1001 101101

Color Harmonies of #7C676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C676B

Black with #7C676B

Text Example


Text Example

White with #7C676B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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