#798A7B

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

Shades of Blue Smoke #798A7B

Tints of Blue Smoke #798A7B

Color information

#798A7B (or 0x798A7B) is unknown color: approx Blue Smoke. HEX triplet: 79, 8A and 7B. RGB value is (121,138,123). Sum of RGB (Red+Green+Blue) = 121+138+123=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #798A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798A7B is #867584. Grayscale: #838383. Windows color (decimal): -8811909 or 8096377. OLE color: 8096377.

HSL color Cylindrical-coordinate representation of color #798A7B: hue angle of 127.06º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798A7B is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB121138123-
CMYK0.1200.110.46
HSL127.06º6.77%50.78%-
HSV(B)127.06º12.32%54.12%-
XYZ20.5523.6722.23-
YUV131.21123.37120.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=31.68%
G=36.13%
B=32.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211381230.1200.110.46127.066.7750.78
Hex798A7BC0B2E7f733
Octal1712121731401356177763
Binary11110011000101011110111100010111011101111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798A7B; }

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

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

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

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

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

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

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

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