Html Css Color HEX #797466 Stonewall

📋 copy color: '#797466'

red 121 ◦ green 116 ◦ blue 102

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

Shades of Stonewall #797466

Tints of Stonewall #797466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 35.69%
G = 34.22%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#797466 (or 0x797466) is known color: Stonewall. HEX triplet: 79, 74 and 66. RGB value is (121,116,102). Sum of RGB (Red+Green+Blue) = 121+116+102=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #797466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797466 is #868B99. Grayscale: #737373. Windows color (decimal): -8817562 or 6714489. OLE color: 6714489.

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

Color convert

RGB 121 116 102 -
CMYK 0 0.04 0.16 0.53
HSL 44.21º 0.09% 0.44% -
HSV(B) 44.21º 0.16% 0.47% -
XYZ 16.53 17.52 15.08 -
YUV 115.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 121 116 102 0 0.04 0.16 0.53 44.21 0.09 0.44
Hex 79 74 66 0 4 10 35 2C 9 2C
Octal 171 164 146 0 4 20 65 54 11 54
Binary 1111001 1110100 1100110 0 100 10000 110101 101100 1001 101100

Color Harmonies of #797466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797466

Black with #797466

Text Example


Text Example

White with #797466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797466; }

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

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

background-color css

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

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

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

border-color css

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

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

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