#75857B

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

Shades of Blue Smoke #75857B

Tints of Blue Smoke #75857B

Color information

#75857B (or 0x75857B) is unknown color: approx Blue Smoke. HEX triplet: 75, 85 and 7B. RGB value is (117,133,123). Sum of RGB (Red+Green+Blue) = 117+133+123=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #75857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75857B is #8A7A84. Grayscale: #7F7F7F. Windows color (decimal): -9075333 or 8095093. OLE color: 8095093.

HSL color Cylindrical-coordinate representation of color #75857B: hue angle of 142.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 #75857B is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB117133123-
CMYK0.1200.080.48
HSL142.5º6.4%49.02%-
HSV(B)142.5º12.03%52.16%-
XYZ19.321.9921.97-
YUV127.08125.7120.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=31.37%
G=35.66%
B=32.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331230.1200.080.48142.56.449.02
Hex75857BC08308e631
Octal1652051731401060216661
Binary111010110000101111101111000100011000010001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75857B; }

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

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

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

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

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

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

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

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