#75877B

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

Shades of Blue Smoke #75877B

Tints of Blue Smoke #75877B

Color information

#75877B (or 0x75877B) is unknown color: approx Blue Smoke. HEX triplet: 75, 87 and 7B. RGB value is (117,135,123). Sum of RGB (Red+Green+Blue) = 117+135+123=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #75877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75877B is #8A7884. Grayscale: #808080. Windows color (decimal): -9074821 or 8095605. OLE color: 8095605.

HSL color Cylindrical-coordinate representation of color #75877B: hue angle of 140º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #75877B is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB117135123-
CMYK0.1300.090.47
HSL140º7.14%49.41%-
HSV(B)140º13.33%52.94%-
XYZ19.5822.5422.06-
YUV128.25125.04119.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=31.2%
G=36%
B=32.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171351230.1300.090.471407.1449.41
Hex75877BD092F8c731
Octal1652071731501157214761
Binary111010110000111111101111010100110111110001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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