#758977

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

Shades of Blue Smoke #758977

Tints of Blue Smoke #758977

Color information

#758977 (or 0x758977) is unknown color: approx Blue Smoke. HEX triplet: 75, 89 and 77. RGB value is (117,137,119). Sum of RGB (Red+Green+Blue) = 117+137+119=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #758977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758977 is #8A7688. Grayscale: #818181. Windows color (decimal): -9074313 or 7833973. OLE color: 7833973.

HSL color Cylindrical-coordinate representation of color #758977: hue angle of 126º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758977 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB117137119-
CMYK0.1500.130.46
HSL126º7.87%49.8%-
HSV(B)126º14.6%53.73%-
XYZ19.6123.0120.86-
YUV128.97122.37119.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=31.37%
G=36.73%
B=31.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171371190.1500.130.461267.8749.8
Hex758977F0D2E7e832
Octal16521116717015561761062
Binary111010110001001111011111110110110111011111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758977; }

 p { color: rgb(117,137,119); }

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

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

 a { background-color: rgb(117,137,119); }

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

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

 span { border-color: rgb(117,137,119); }

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