#778E7C

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

Shades of Blue Smoke #778E7C

Tints of Blue Smoke #778E7C

Color information

#778E7C (or 0x778E7C) is unknown color: approx Blue Smoke. HEX triplet: 77, 8E and 7C. RGB value is (119,142,124). Sum of RGB (Red+Green+Blue) = 119+142+124=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 142 - color contains mainly: green. Hex color #778E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778E7C is #887183. Grayscale: #858585. Windows color (decimal): -8941956 or 8162935. OLE color: 8162935.

HSL color Cylindrical-coordinate representation of color #778E7C: hue angle of 133.04º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778E7C is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB119142124-
CMYK0.1600.130.44
HSL133.04º9.24%51.18%-
HSV(B)133.04º16.2%55.69%-
XYZ20.9224.7222.74-
YUV133.07122.88117.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.91%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=30.91%
G=36.88%
B=32.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191421240.1600.130.44133.049.2451.18
Hex778E7C100D2C85933
Octal16721617420015542051163
Binary11101111000111011111001000001101101100100001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778E7C; }

 p { color: rgb(119,142,124); }

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

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

 a { background-color: rgb(119,142,124); }

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

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

 span { border-color: rgb(119,142,124); }

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