#748579

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

Shades of Blue Smoke #748579

Tints of Blue Smoke #748579

Color information

#748579 (or 0x748579) is unknown color: approx Blue Smoke. HEX triplet: 74, 85 and 79. RGB value is (116,133,121). Sum of RGB (Red+Green+Blue) = 116+133+121=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #748579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748579 is #8B7A86. Grayscale: #7E7E7E. Windows color (decimal): -9140871 or 7964020. OLE color: 7964020.

HSL color Cylindrical-coordinate representation of color #748579: hue angle of 137.65º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #748579 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB116133121-
CMYK0.1300.090.48
HSL137.65º6.83%48.82%-
HSV(B)137.65º12.78%52.16%-
XYZ19.0421.8721.31-
YUV126.55124.87120.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=31.35%
G=35.95%
B=32.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161331210.1300.090.48137.656.8348.82
Hex748579D09308a731
Octal1642051711501160212761
Binary111010010000101111100111010100111000010001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748579; }

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

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

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

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

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

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

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

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