#75857A

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

Shades of Blue Smoke #75857A

Tints of Blue Smoke #75857A

Color information

#75857A (or 0x75857A) is unknown color: approx Blue Smoke. HEX triplet: 75, 85 and 7A. RGB value is (117,133,122). Sum of RGB (Red+Green+Blue) = 117+133+122=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #75857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75857A is #8A7A85. Grayscale: #7E7E7E. Windows color (decimal): -9075334 or 8029557. OLE color: 8029557.

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

Color convert

RGB117133122-
CMYK0.1200.080.48
HSL138.75º6.4%49.02%-
HSV(B)138.75º12.03%52.16%-
XYZ19.2421.9621.64-
YUV126.96125.2120.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=31.45%
G=35.75%
B=32.80%

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
Decimal1171331220.1200.080.48138.756.449.02
Hex75857AC08308b631
Octal1652051721401060213661
Binary111010110000101111101011000100011000010001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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