#758A7B

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

Shades of Blue Smoke #758A7B

Tints of Blue Smoke #758A7B

Color information

#758A7B (or 0x758A7B) is unknown color: approx Blue Smoke. HEX triplet: 75, 8A and 7B. RGB value is (117,138,123). Sum of RGB (Red+Green+Blue) = 117+138+123=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #758A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A7B is #8A7584. Grayscale: #828282. Windows color (decimal): -9074053 or 8096373. OLE color: 8096373.

HSL color Cylindrical-coordinate representation of color #758A7B: hue angle of 137.14º 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 #758A7B is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB117138123-
CMYK0.1500.110.46
HSL137.14º8.24%50%-
HSV(B)137.14º15.22%54.12%-
XYZ2023.3922.2-
YUV130.01124.04118.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=30.95%
G=36.51%
B=32.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171381230.1500.110.46137.148.2450
Hex758A7BF0B2E89832
Octal16521217317013562111062
Binary1110101100010101111011111101011101110100010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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