Html Css Color HEX #797475 Empress

📋 copy color: '#797475'

red 121 ◦ green 116 ◦ blue 117

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

Shades of Empress #797475

Tints of Empress #797475

RGB

 RED value IS 121 (47.66% from 255) = 34.18%

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 34.18%
G = 32.77%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#797475 (or 0x797475) is known color: Empress. HEX triplet: 79, 74 and 75. RGB value is (121,116,117). Sum of RGB (Red+Green+Blue) = 121+116+117=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 121 - color contains mainly: red. Hex color #797475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797475 is #868B8A. Grayscale: #757575. Windows color (decimal): -8817547 or 7697529. OLE color: 7697529.

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

Color convert

RGB 121 116 117 -
CMYK 0 0.04 0.03 0.53
HSL 348º 0.02% 0.46% -
HSV(B) 348º 0.04% 0.47% -
XYZ 17.34 17.84 19.36 -
YUV 117.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 121 116 117 0 0.04 0.03 0.53 348 0.02 0.46
Hex 79 74 75 0 4 3 35 15C 2 2E
Octal 171 164 165 0 4 3 65 534 2 56
Binary 1111001 1110100 1110101 0 100 11 110101 101011100 10 101110

Color Harmonies of #797475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797475

Black with #797475

Text Example


Text Example

White with #797475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797475; }

 p { color: rgb(121,116,117); }

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

background-color css

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

 a { background-color: rgb(121,116,117); }

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

border-color css

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

 span { border-color: rgb(121,116,117); }

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