Html Css Color HEX #797469 Stonewall

📋 copy color: '#797469'

red 121 ◦ green 116 ◦ blue 105

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

Shades of Stonewall #797469

Tints of Stonewall #797469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 35.38%
G = 33.92%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#797469 (or 0x797469) is known color: Stonewall. HEX triplet: 79, 74 and 69. RGB value is (121,116,105). Sum of RGB (Red+Green+Blue) = 121+116+105=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #797469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797469 is #868B96. Grayscale: #747474. Windows color (decimal): -8817559 or 6911097. OLE color: 6911097.

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

Color convert

RGB 121 116 105 -
CMYK 0 0.04 0.13 0.53
HSL 41.25º 0.07% 0.44% -
HSV(B) 41.25º 0.13% 0.47% -
XYZ 16.68 17.58 15.88 -
YUV 116.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 121 116 105 0 0.04 0.13 0.53 41.25 0.07 0.44
Hex 79 74 69 0 4 D 35 29 7 2C
Octal 171 164 151 0 4 15 65 51 7 54
Binary 1111001 1110100 1101001 0 100 1101 110101 101001 111 101100

Color Harmonies of #797469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797469

Black with #797469

Text Example


Text Example

White with #797469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797469; }

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

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

background-color css

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

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

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

border-color css

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

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

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