#77877C

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

Shades of Blue Smoke #77877C

Tints of Blue Smoke #77877C

Color information

#77877C (or 0x77877C) is unknown color: approx Blue Smoke. HEX triplet: 77, 87 and 7C. RGB value is (119,135,124). Sum of RGB (Red+Green+Blue) = 119+135+124=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 135 - color contains mainly: green. Hex color #77877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77877C is #887883. Grayscale: #808080. Windows color (decimal): -8943748 or 8161143. OLE color: 8161143.

HSL color Cylindrical-coordinate representation of color #77877C: hue angle of 138.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #77877C is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB119135124-
CMYK0.1200.080.47
HSL138.75º6.3%49.8%-
HSV(B)138.75º11.85%52.94%-
XYZ19.9122.7122.4-
YUV128.96125.2120.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=31.48%
G=35.71%
B=32.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191351240.1200.080.47138.756.349.8
Hex77877CC082F8b632
Octal1672071741401057213662
Binary111011110000111111110011000100010111110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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