#75917A

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

Shades of Blue Smoke #75917A

Tints of Blue Smoke #75917A

Color information

#75917A (or 0x75917A) is unknown color: approx Blue Smoke. HEX triplet: 75, 91 and 7A. RGB value is (117,145,122). Sum of RGB (Red+Green+Blue) = 117+145+122=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #75917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75917A is #8A6E85. Grayscale: #868686. Windows color (decimal): -9072262 or 8032629. OLE color: 8032629.

HSL color Cylindrical-coordinate representation of color #75917A: hue angle of 130.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75917A is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB117145122-
CMYK0.1900.160.43
HSL130.71º11.29%51.37%-
HSV(B)130.71º19.31%56.86%-
XYZ20.9725.4422.22-
YUV134.01121.22115.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=30.47%
G=37.76%
B=31.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171451220.1900.160.43130.7111.2951.37
Hex75917A130102B83b33
Octal16522117223020532031363
Binary111010110010001111101010011010000101011100000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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