#748776

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

Shades of Blue Smoke #748776

Tints of Blue Smoke #748776

Color information

#748776 (or 0x748776) is unknown color: approx Blue Smoke. HEX triplet: 74, 87 and 76. RGB value is (116,135,118). Sum of RGB (Red+Green+Blue) = 116+135+118=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #748776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748776 is #8B7889. Grayscale: #7F7F7F. Windows color (decimal): -9140362 or 7767924. OLE color: 7767924.

HSL color Cylindrical-coordinate representation of color #748776: hue angle of 126.32º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748776 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB116135118-
CMYK0.1400.130.47
HSL126.32º7.57%49.22%-
HSV(B)126.32º14.07%52.94%-
XYZ19.1422.3520.44-
YUV127.38122.71119.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=31.44%
G=36.59%
B=31.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161351180.1400.130.47126.327.5749.22
Hex748776E0D2F7e831
Octal16420716616015571761061
Binary111010010000111111011011100110110111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748776; }

 p { color: rgb(116,135,118); }

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

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

 a { background-color: rgb(116,135,118); }

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

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

 span { border-color: rgb(116,135,118); }

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