#797C7A

Color #797C7A Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #797C7A

Tints of Blue Smoke #797C7A

Color information

#797C7A (or 0x797C7A) is unknown color: approx Blue Smoke. HEX triplet: 79, 7C and 7A. RGB value is (121,124,122). Sum of RGB (Red+Green+Blue) = 121+124+122=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 124 - color contains mainly: green. Hex color #797C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797C7A is #868385. Grayscale: #7A7A7A. Windows color (decimal): -8815494 or 8027257. OLE color: 8027257.

HSL color Cylindrical-coordinate representation of color #797C7A: hue angle of 140º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #797C7A is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB121124122-
CMYK0.0200.020.51
HSL140º1.22%48.04%-
HSV(B)140º2.42%48.63%-
XYZ18.6119.8921.27-
YUV122.88127.51126.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 124 (48.83% from 255) = 33.79%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=32.97%
G=33.79%
B=33.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211241220.0200.020.511401.2248.04
Hex797C7A202338c130
Octal17117417220263214160
Binary11110011111100111101010010110011100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,124,122); }

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

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

 a { background-color: rgb(121,124,122); }

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

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

 span { border-color: rgb(121,124,122); }

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