#778478

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

Shades of Blue Smoke #778478

Tints of Blue Smoke #778478

Color information

#778478 (or 0x778478) is unknown color: approx Blue Smoke. HEX triplet: 77, 84 and 78. RGB value is (119,132,120). Sum of RGB (Red+Green+Blue) = 119+132+120=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #778478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778478 is #887B87. Grayscale: #7E7E7E. Windows color (decimal): -8944520 or 7898231. OLE color: 7898231.

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

Color convert

RGB119132120-
CMYK0.1000.090.48
HSL124.62º5.18%49.22%-
HSV(B)124.62º9.85%51.76%-
XYZ19.2521.7820.96-
YUV126.74124.19122.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=32.08%
G=35.58%
B=32.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191321200.1000.090.48124.625.1849.22
Hex778478A09307d531
Octal1672041701201160175561
Binary11101111000010011110001010010011100001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778478; }

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

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

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

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

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

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

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

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