Html Css Color HEX #757273 Empress

📋 copy color: '#757273'

red 117 ◦ green 114 ◦ blue 115

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

Shades of Empress #757273

Tints of Empress #757273

RGB

 RED value IS 117 (46.09% from 255) = 33.82%

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

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

R = 33.82%
G = 32.95%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#757273 (or 0x757273) is known color: Empress. HEX triplet: 75, 72 and 73. RGB value is (117,114,115). Sum of RGB (Red+Green+Blue) = 117+114+115=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 117 - color contains mainly: red. Hex color #757273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757273 is #8A8D8C. Grayscale: #737373. Windows color (decimal): -9080205 or 7565941. OLE color: 7565941.

HSL color Cylindrical-coordinate representation of color #757273: hue angle of 340º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757273 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 115 -
CMYK 0 0.03 0.02 0.54
HSL 340º 0.01% 0.45% -
HSV(B) 340º 0.03% 0.46% -
XYZ 16.45 17.05 18.64 -
YUV 115.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 117 114 115 0 0.03 0.02 0.54 340 0.01 0.45
Hex 75 72 73 0 3 2 36 154 1 2D
Octal 165 162 163 0 3 2 66 524 1 55
Binary 1110101 1110010 1110011 0 11 10 110110 101010100 1 101101

Color Harmonies of #757273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757273

Black with #757273

Text Example


Text Example

White with #757273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757273; }

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

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

background-color css

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

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

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

border-color css

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

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

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