Html Css Color HEX #797B75 Gunsmoke

📋 copy color: '#797B75'

red 121 ◦ green 123 ◦ blue 117

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

Shades of Gunsmoke #797B75

Tints of Gunsmoke #797B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 33.52%
G = 34.07%
B = 32.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#797B75 (or 0x797B75) is known color: Gunsmoke. HEX triplet: 79, 7B and 75. RGB value is (121,123,117). Sum of RGB (Red+Green+Blue) = 121+123+117=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 123 - color contains mainly: green. Hex color #797B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797B75 is #86848A. Grayscale: #797979. Windows color (decimal): -8815755 or 7699321. OLE color: 7699321.

HSL color Cylindrical-coordinate representation of color #797B75: hue angle of 80º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #797B75 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 121 123 117 -
CMYK 0.02 0 0.05 0.52
HSL 80º 0.03% 0.47% -
HSV(B) 80º 0.05% 0.48% -
XYZ 18.18 19.52 19.64 -
YUV 121.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 121 123 117 0.02 0 0.05 0.52 80 0.03 0.47
Hex 79 7B 75 2 0 5 34 50 2 2F
Octal 171 173 165 2 0 5 64 120 2 57
Binary 1111001 1111011 1110101 10 0 101 110100 1010000 10 101111

Color Harmonies of #797B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797B75

Black with #797B75

Text Example


Text Example

White with #797B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797B75; }

 p { color: rgb(121,123,117); }

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

background-color css

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

 a { background-color: rgb(121,123,117); }

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

border-color css

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

 span { border-color: rgb(121,123,117); }

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