Html Css Color HEX #7C7273 Empress

📋 copy color: '#7C7273'

red 124 ◦ green 114 ◦ blue 115

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

Shades of Empress #7C7273

Tints of Empress #7C7273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

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

R = 35.13%
G = 32.29%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C7273 (or 0x7C7273) is known color: Empress. HEX triplet: 7C, 72 and 73. RGB value is (124,114,115). Sum of RGB (Red+Green+Blue) = 124+114+115=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7273 is #838D8C. Grayscale: #757575. Windows color (decimal): -8621453 or 7565948. OLE color: 7565948.

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

Color convert

RGB 124 114 115 -
CMYK 0 0.08 0.07 0.51
HSL 354º 0.04% 0.47% -
HSV(B) 354º 0.08% 0.49% -
XYZ 17.42 17.56 18.69 -
YUV 117.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 124 114 115 0 0.08 0.07 0.51 354 0.04 0.47
Hex 7C 72 73 0 8 7 33 162 4 2F
Octal 174 162 163 0 10 7 63 542 4 57
Binary 1111100 1110010 1110011 0 1000 111 110011 101100010 100 101111

Color Harmonies of #7C7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7273

Black with #7C7273

Text Example


Text Example

White with #7C7273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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