#75897C

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

Shades of Blue Smoke #75897C

Tints of Blue Smoke #75897C

Color information

#75897C (or 0x75897C) is unknown color: approx Blue Smoke. HEX triplet: 75, 89 and 7C. RGB value is (117,137,124). Sum of RGB (Red+Green+Blue) = 117+137+124=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #75897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75897C is #8A7683. Grayscale: #818181. Windows color (decimal): -9074308 or 8161653. OLE color: 8161653.

HSL color Cylindrical-coordinate representation of color #75897C: hue angle of 141º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75897C is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB117137124-
CMYK0.1500.090.46
HSL141º7.87%49.8%-
HSV(B)141º14.6%53.73%-
XYZ19.9223.1322.48-
YUV129.54124.87119.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=30.95%
G=36.24%
B=32.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171371240.1500.090.461417.8749.8
Hex75897CF092E8d832
Octal16521117417011562151062
Binary1110101100010011111100111101001101110100011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75897C; }

 p { color: rgb(117,137,124); }

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

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

 a { background-color: rgb(117,137,124); }

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

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

 span { border-color: rgb(117,137,124); }

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