#77877A

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

Shades of Blue Smoke #77877A

Tints of Blue Smoke #77877A

Color information

#77877A (or 0x77877A) is unknown color: approx Blue Smoke. HEX triplet: 77, 87 and 7A. RGB value is (119,135,122). Sum of RGB (Red+Green+Blue) = 119+135+122=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #77877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77877A is #887885. Grayscale: #808080. Windows color (decimal): -8943750 or 8030071. OLE color: 8030071.

HSL color Cylindrical-coordinate representation of color #77877A: hue angle of 131.25º 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 #77877A is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB119135122-
CMYK0.1200.100.47
HSL131.25º6.3%49.8%-
HSV(B)131.25º11.85%52.94%-
XYZ19.7822.6621.74-
YUV128.73124.2121.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=31.65%
G=35.90%
B=32.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191351220.1200.100.47131.256.349.8
Hex77877AC0A2F83632
Octal1672071721401257203662
Binary111011110000111111101011000101010111110000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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