#77917C

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

Shades of Blue Smoke #77917C

Tints of Blue Smoke #77917C

Color information

#77917C (or 0x77917C) is unknown color: approx Blue Smoke. HEX triplet: 77, 91 and 7C. RGB value is (119,145,124). Sum of RGB (Red+Green+Blue) = 119+145+124=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 145 - color contains mainly: green. Hex color #77917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77917C is #886E83. Grayscale: #868686. Windows color (decimal): -8941188 or 8163703. OLE color: 8163703.

HSL color Cylindrical-coordinate representation of color #77917C: hue angle of 131.54º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77917C is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB119145124-
CMYK0.1800.140.43
HSL131.54º10.57%51.76%-
HSV(B)131.54º17.93%56.86%-
XYZ21.3725.6322.89-
YUV134.83121.89116.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=30.67%
G=37.37%
B=31.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451240.1800.140.43131.5410.5751.76
Hex77917C120E2B84b34
Octal16722117422016532041364
Binary11101111001000111111001001001110101011100001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77917C; }

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

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

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

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

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

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

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

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