#758478

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

Shades of Blue Smoke #758478

Tints of Blue Smoke #758478

Color information

#758478 (or 0x758478) is unknown color: approx Blue Smoke. HEX triplet: 75, 84 and 78. RGB value is (117,132,120). Sum of RGB (Red+Green+Blue) = 117+132+120=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 132 - color contains mainly: green. Hex color #758478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758478 is #8A7B87. Grayscale: #7E7E7E. Windows color (decimal): -9075592 or 7898229. OLE color: 7898229.

HSL color Cylindrical-coordinate representation of color #758478: hue angle of 132º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #758478 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB117132120-
CMYK0.1100.090.48
HSL132º6.02%48.82%-
HSV(B)132º11.36%51.76%-
XYZ18.9821.6420.95-
YUV126.15124.53121.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=31.71%
G=35.77%
B=32.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171321200.1100.090.481326.0248.82
Hex758478B093084631
Octal1652041701301160204661
Binary111010110000100111100010110100111000010000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758478; }

 p { color: rgb(117,132,120); }

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

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

 a { background-color: rgb(117,132,120); }

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

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

 span { border-color: rgb(117,132,120); }

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