#758B7B

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

Shades of Blue Smoke #758B7B

Tints of Blue Smoke #758B7B

Color information

#758B7B (or 0x758B7B) is unknown color: approx Blue Smoke. HEX triplet: 75, 8B and 7B. RGB value is (117,139,123). Sum of RGB (Red+Green+Blue) = 117+139+123=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 139 - color contains mainly: green. Hex color #758B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B7B is #8A7484. Grayscale: #828282. Windows color (decimal): -9073797 or 8096629. OLE color: 8096629.

HSL color Cylindrical-coordinate representation of color #758B7B: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758B7B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB117139123-
CMYK0.1600.120.45
HSL136.36º8.66%50.2%-
HSV(B)136.36º15.83%54.51%-
XYZ20.1423.6822.25-
YUV130.6123.71118.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=30.87%
G=36.68%
B=32.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171391230.1600.120.45136.368.6650.2
Hex758B7B100C2D88932
Octal16521317320014552101162
Binary11101011000101111110111000001100101101100010001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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