#747875

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

Shades of Blue Smoke #747875

Tints of Blue Smoke #747875

Color information

#747875 (or 0x747875) is unknown color: approx Blue Smoke. HEX triplet: 74, 78 and 75. RGB value is (116,120,117). Sum of RGB (Red+Green+Blue) = 116+120+117=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 120 - color contains mainly: green. Hex color #747875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747875 is #8B878A. Grayscale: #767676. Windows color (decimal): -9144203 or 7698548. OLE color: 7698548.

HSL color Cylindrical-coordinate representation of color #747875: hue angle of 135º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747875 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB116120117-
CMYK0.0300.020.53
HSL135º1.69%46.27%-
HSV(B)135º3.33%47.06%-
XYZ17.1318.4319.48-
YUV118.46127.17126.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=32.86%
G=33.99%
B=33.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201170.0300.020.531351.6946.27
Hex747875302358722e
Octal16417016530265207256
Binary111010011110001110101110101101011000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747875; }

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

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

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

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

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

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

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

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