Html Css Color HEX #7C6B73 Empress

📋 copy color: '#7C6B73'

red 124 ◦ green 107 ◦ blue 115

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

Shades of Empress #7C6B73

Tints of Empress #7C6B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 35.84%
G = 30.92%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C6B73 (or 0x7C6B73) is known color: Empress. HEX triplet: 7C, 6B and 73. RGB value is (124,107,115). Sum of RGB (Red+Green+Blue) = 124+107+115=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B73 is #83948C. Grayscale: #707070. Windows color (decimal): -8623245 or 7564156. OLE color: 7564156.

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

Color convert

RGB 124 107 115 -
CMYK 0 0.14 0.07 0.51
HSL 331.76º 0.07% 0.45% -
HSV(B) 331.76º 0.14% 0.49% -
XYZ 16.66 16.04 18.44 -
YUV 113 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 124 107 115 0 0.14 0.07 0.51 331.76 0.07 0.45
Hex 7C 6B 73 0 E 7 33 14C 7 2D
Octal 174 153 163 0 16 7 63 514 7 55
Binary 1111100 1101011 1110011 0 1110 111 110011 101001100 111 101101

Color Harmonies of #7C6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6B73

Black with #7C6B73

Text Example


Text Example

White with #7C6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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