#758F7B

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

Shades of Blue Smoke #758F7B

Tints of Blue Smoke #758F7B

Color information

#758F7B (or 0x758F7B) is unknown color: approx Blue Smoke. HEX triplet: 75, 8F and 7B. RGB value is (117,143,123). Sum of RGB (Red+Green+Blue) = 117+143+123=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #758F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F7B is #8A7084. Grayscale: #858585. Windows color (decimal): -9072773 or 8097653. OLE color: 8097653.

HSL color Cylindrical-coordinate representation of color #758F7B: hue angle of 133.85º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F7B is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB117143123-
CMYK0.1800.140.44
HSL133.85º10.4%50.98%-
HSV(B)133.85º18.18%56.08%-
XYZ20.7324.8622.44-
YUV132.95122.39116.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=30.55%
G=37.34%
B=32.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171431230.1800.140.44133.8510.450.98
Hex758F7B120E2C86a33
Octal16521717322016542061263
Binary11101011000111111110111001001110101100100001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758F7B; }

 p { color: rgb(117,143,123); }

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

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

 a { background-color: rgb(117,143,123); }

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

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

 span { border-color: rgb(117,143,123); }

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