Html Css Color HEX #797575 Grey

📋 copy color: '#797575'

red 121 ◦ green 117 ◦ blue 117

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

Shades of Grey #797575

Tints of Grey #797575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 34.08%
G = 32.96%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#797575 (or 0x797575) is known color: Grey. HEX triplet: 79, 75 and 75. RGB value is (121,117,117). Sum of RGB (Red+Green+Blue) = 121+117+117=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 121 - color contains mainly: red. Hex color #797575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797575 is #868A8A. Grayscale: #767676. Windows color (decimal): -8817291 or 7697785. OLE color: 7697785.

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

Color convert

RGB 121 117 117 -
CMYK 0 0.03 0.03 0.53
HSL 0.02% 0.47% -
HSV(B) 0.03% 0.47% -
XYZ 17.46 18.07 19.4 -
YUV 118.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 121 117 117 0 0.03 0.03 0.53 0 0.02 0.47
Hex 79 75 75 0 3 3 35 0 2 2F
Octal 171 165 165 0 3 3 65 0 2 57
Binary 1111001 1110101 1110101 0 11 11 110101 0 10 101111

Color Harmonies of #797575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797575

Black with #797575

Text Example


Text Example

White with #797575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797575; }

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

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

background-color css

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

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

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

border-color css

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

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

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