Html Css Color HEX #797265 Stonewall

📋 copy color: '#797265'

red 121 ◦ green 114 ◦ blue 101

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

Shades of Stonewall #797265

Tints of Stonewall #797265

RGB

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

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

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

R = 36.01%
G = 33.93%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#797265 (or 0x797265) is known color: Stonewall. HEX triplet: 79, 72 and 65. RGB value is (121,114,101). Sum of RGB (Red+Green+Blue) = 121+114+101=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 121 - color contains mainly: red. Hex color #797265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797265 is #868D9A. Grayscale: #727272. Windows color (decimal): -8818075 or 6648441. OLE color: 6648441.

HSL color Cylindrical-coordinate representation of color #797265: hue angle of 39º 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 #797265 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 114 101 -
CMYK 0 0.06 0.17 0.53
HSL 39º 0.09% 0.44% -
HSV(B) 39º 0.17% 0.47% -
XYZ 16.25 17.04 14.74 -
YUV 114.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 121 114 101 0 0.06 0.17 0.53 39 0.09 0.44
Hex 79 72 65 0 6 11 35 27 9 2C
Octal 171 162 145 0 6 21 65 47 11 54
Binary 1111001 1110010 1100101 0 110 10001 110101 100111 1001 101100

Color Harmonies of #797265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797265

Black with #797265

Text Example


Text Example

White with #797265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797265; }

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

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

background-color css

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

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

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

border-color css

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

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

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