#758577

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

Shades of Blue Smoke #758577

Tints of Blue Smoke #758577

Color information

#758577 (or 0x758577) is unknown color: approx Blue Smoke. HEX triplet: 75, 85 and 77. RGB value is (117,133,119). Sum of RGB (Red+Green+Blue) = 117+133+119=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #758577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758577 is #8A7A88. Grayscale: #7E7E7E. Windows color (decimal): -9075337 or 7832949. OLE color: 7832949.

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

Color convert

RGB117133119-
CMYK0.1200.110.48
HSL127.5º6.4%49.02%-
HSV(B)127.5º12.03%52.16%-
XYZ19.0521.8920.67-
YUV126.62123.7121.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=31.71%
G=36.04%
B=32.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331190.1200.110.48127.56.449.02
Hex758577C0B307f631
Octal1652051671401360177661
Binary11101011000010111101111100010111100001111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758577; }

 p { color: rgb(117,133,119); }

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

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

 a { background-color: rgb(117,133,119); }

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

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

 span { border-color: rgb(117,133,119); }

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