#748477

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

Shades of Blue Smoke #748477

Tints of Blue Smoke #748477

Color information

#748477 (or 0x748477) is unknown color: approx Blue Smoke. HEX triplet: 74, 84 and 77. RGB value is (116,132,119). Sum of RGB (Red+Green+Blue) = 116+132+119=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #748477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748477 is #8B7B88. Grayscale: #7D7D7D. Windows color (decimal): -9141129 or 7832692. OLE color: 7832692.

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

Color convert

RGB116132119-
CMYK0.1200.100.48
HSL131.25º6.45%48.63%-
HSV(B)131.25º12.12%51.76%-
XYZ18.7821.5520.62-
YUV125.73124.2121.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.61%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=31.61%
G=35.97%
B=32.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161321190.1200.100.48131.256.4548.63
Hex748477C0A3083631
Octal1642041671401260203661
Binary111010010000100111011111000101011000010000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748477; }

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

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

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

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

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

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

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

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