#748177

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

Shades of Blue Smoke #748177

Tints of Blue Smoke #748177

Color information

#748177 (or 0x748177) is unknown color: approx Blue Smoke. HEX triplet: 74, 81 and 77. RGB value is (116,129,119). Sum of RGB (Red+Green+Blue) = 116+129+119=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 129 - color contains mainly: green. Hex color #748177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748177 is #8B7E88. Grayscale: #7C7C7C. Windows color (decimal): -9141897 or 7831924. OLE color: 7831924.

HSL color Cylindrical-coordinate representation of color #748177: hue angle of 133.85º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #748177 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB116129119-
CMYK0.1000.080.49
HSL133.85º5.31%48.04%-
HSV(B)133.85º10.08%50.59%-
XYZ18.3820.7520.49-
YUV123.97125.19122.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 119 (46.88% from 255) = 32.69%
R=31.87%
G=35.44%
B=32.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161291190.1000.080.49133.855.3148.04
Hex748177A083186530
Octal1642011671201061206560
Binary111010010000001111011110100100011000110000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748177; }

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

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

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

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

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

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

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

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