#797368

Color #797368 Stonewall (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stonewall #797368

Tints of Stonewall #797368

Color information

#797368 (or 0x797368) is unknown color: approx Stonewall. HEX triplet: 79, 73 and 68. RGB value is (121,115,104). Sum of RGB (Red+Green+Blue) = 121+115+104=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #797368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797368 is #868C97. Grayscale: #737373. Windows color (decimal): -8817816 or 6845305. OLE color: 6845305.

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

Color convert

RGB121115104-
CMYK00.050.140.53
HSL38.82º7.56%44.12%-
HSV(B)38.82º14.05%47.45%-
XYZ16.5117.3315.57-
YUV115.54121.49131.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=35.59%
G=33.82%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111510400.050.140.5338.827.5644.12
Hex79736805E352782c
Octal171163150051665471054
Binary111100111100111101000010111101101011001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797368; }

 p { color: rgb(121,115,104); }

 H1.HeaderClassName
 {
   color: #797368;
 }
 .AnyTagClassName
 {
   color: #797368;
 }
</style>
background-color css

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

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

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

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

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

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