Html Css Color HEX #7C6B72 Empress

📋 copy color: '#7C6B72'

red 124 ◦ green 107 ◦ blue 114

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

Shades of Empress #7C6B72

Tints of Empress #7C6B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 35.94%
G = 31.01%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C6B72 (or 0x7C6B72) is known color: Empress. HEX triplet: 7C, 6B and 72. RGB value is (124,107,114). Sum of RGB (Red+Green+Blue) = 124+107+114=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B72 is #83948D. Grayscale: #707070. Windows color (decimal): -8623246 or 7498620. OLE color: 7498620.

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

Color convert

RGB 124 107 114 -
CMYK 0 0.14 0.08 0.51
HSL 335.29º 0.07% 0.45% -
HSV(B) 335.29º 0.14% 0.49% -
XYZ 16.61 16.02 18.14 -
YUV 112.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 124 107 114 0 0.14 0.08 0.51 335.29 0.07 0.45
Hex 7C 6B 72 0 E 8 33 14F 7 2D
Octal 174 153 162 0 16 10 63 517 7 55
Binary 1111100 1101011 1110010 0 1110 1000 110011 101001111 111 101101

Color Harmonies of #7C6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6B72

Black with #7C6B72

Text Example


Text Example

White with #7C6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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