#748677

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

Shades of Blue Smoke #748677

Tints of Blue Smoke #748677

Color information

#748677 (or 0x748677) is unknown color: approx Blue Smoke. HEX triplet: 74, 86 and 77. RGB value is (116,134,119). Sum of RGB (Red+Green+Blue) = 116+134+119=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #748677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748677 is #8B7988. Grayscale: #7E7E7E. Windows color (decimal): -9140617 or 7833204. OLE color: 7833204.

HSL color Cylindrical-coordinate representation of color #748677: hue angle of 130º 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 #748677 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB116134119-
CMYK0.1300.110.47
HSL130º7.2%49.02%-
HSV(B)130º13.43%52.55%-
XYZ19.0622.120.71-
YUV126.91123.54120.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=31.44%
G=36.31%
B=32.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161341190.1300.110.471307.249.02
Hex748677D0B2F82731
Octal1642061671501357202761
Binary111010010000110111011111010101110111110000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748677; }

 p { color: rgb(116,134,119); }

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

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

 a { background-color: rgb(116,134,119); }

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

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

 span { border-color: rgb(116,134,119); }

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