Html Css Color HEX #797467 Stonewall

📋 copy color: '#797467'

red 121 ◦ green 116 ◦ blue 103

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

Shades of Stonewall #797467

Tints of Stonewall #797467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 35.59%
G = 34.12%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#797467 (or 0x797467) is known color: Stonewall. HEX triplet: 79, 74 and 67. RGB value is (121,116,103). Sum of RGB (Red+Green+Blue) = 121+116+103=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #797467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797467 is #868B98. Grayscale: #747474. Windows color (decimal): -8817561 or 6780025. OLE color: 6780025.

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

Color convert

RGB 121 116 103 -
CMYK 0 0.04 0.15 0.53
HSL 43.33º 0.08% 0.44% -
HSV(B) 43.33º 0.15% 0.47% -
XYZ 16.58 17.54 15.34 -
YUV 116.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 121 116 103 0 0.04 0.15 0.53 43.33 0.08 0.44
Hex 79 74 67 0 4 F 35 2B 8 2C
Octal 171 164 147 0 4 17 65 53 10 54
Binary 1111001 1110100 1100111 0 100 1111 110101 101011 1000 101100

Color Harmonies of #797467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797467

Black with #797467

Text Example


Text Example

White with #797467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797467; }

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

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

background-color css

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

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

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

border-color css

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

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

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