Html Css Color HEX #797465 Stonewall

📋 copy color: '#797465'

red 121 ◦ green 116 ◦ blue 101

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

Shades of Stonewall #797465

Tints of Stonewall #797465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 35.8%
G = 34.32%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#797465 (or 0x797465) is known color: Stonewall. HEX triplet: 79, 74 and 65. RGB value is (121,116,101). Sum of RGB (Red+Green+Blue) = 121+116+101=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #797465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797465 is #868B9A. Grayscale: #737373. Windows color (decimal): -8817563 or 6648953. OLE color: 6648953.

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

Color convert

RGB 121 116 101 -
CMYK 0 0.04 0.17 0.53
HSL 45º 0.09% 0.44% -
HSV(B) 45º 0.17% 0.47% -
XYZ 16.48 17.5 14.82 -
YUV 115.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 121 116 101 0 0.04 0.17 0.53 45 0.09 0.44
Hex 79 74 65 0 4 11 35 2D 9 2C
Octal 171 164 145 0 4 21 65 55 11 54
Binary 1111001 1110100 1100101 0 100 10001 110101 101101 1001 101100

Color Harmonies of #797465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797465

Black with #797465

Text Example


Text Example

White with #797465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797465; }

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

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

background-color css

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

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

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

border-color css

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

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

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