#758279

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

Shades of Blue Smoke #758279

Tints of Blue Smoke #758279

Color information

#758279 (or 0x758279) is unknown color: approx Blue Smoke. HEX triplet: 75, 82 and 79. RGB value is (117,130,121). Sum of RGB (Red+Green+Blue) = 117+130+121=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 130 - color contains mainly: green. Hex color #758279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758279 is #8A7D86. Grayscale: #7D7D7D. Windows color (decimal): -9076103 or 7963253. OLE color: 7963253.

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

Color convert

RGB117130121-
CMYK0.100.070.49
HSL138.46º5.26%48.43%-
HSV(B)138.46º10%50.98%-
XYZ18.7721.1321.18-
YUV125.09125.69122.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 121 (47.66% from 255) = 32.88%
R=31.79%
G=35.33%
B=32.88%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171301210.100.070.49138.465.2648.43
Hex758279A07318a530
Octal165202171120761212560
Binary11101011000001011110011010011111000110001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758279; }

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

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

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

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

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

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

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

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