#758276

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

Shades of Blue Smoke #758276

Tints of Blue Smoke #758276

Color information

#758276 (or 0x758276) is unknown color: approx Blue Smoke. HEX triplet: 75, 82 and 76. RGB value is (117,130,118). Sum of RGB (Red+Green+Blue) = 117+130+118=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #758276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758276 is #8A7D89. Grayscale: #7C7C7C. Windows color (decimal): -9076106 or 7766645. OLE color: 7766645.

HSL color Cylindrical-coordinate representation of color #758276: hue angle of 124.62º 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 #758276 is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB117130118-
CMYK0.100.090.49
HSL124.62º5.26%48.43%-
HSV(B)124.62º10%50.98%-
XYZ18.5921.0620.22-
YUV124.74124.19122.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=32.05%
G=35.62%
B=32.33%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171301180.100.090.49124.625.2648.43
Hex758276A09317d530
Octal1652021661201161175560
Binary11101011000001011101101010010011100011111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758276; }

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

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

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

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

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

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

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

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