#77847A

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

Shades of Blue Smoke #77847A

Tints of Blue Smoke #77847A

Color information

#77847A (or 0x77847A) is unknown color: approx Blue Smoke. HEX triplet: 77, 84 and 7A. RGB value is (119,132,122). Sum of RGB (Red+Green+Blue) = 119+132+122=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #77847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77847A is #887B85. Grayscale: #7E7E7E. Windows color (decimal): -8944518 or 8029303. OLE color: 8029303.

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

Color convert

RGB119132122-
CMYK0.1000.080.48
HSL133.85º5.18%49.22%-
HSV(B)133.85º9.85%51.76%-
XYZ19.3721.8321.6-
YUV126.97125.19122.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=31.90%
G=35.39%
B=32.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191321220.1000.080.48133.855.1849.22
Hex77847AA083086531
Octal1672041721201060206561
Binary111011110000100111101010100100011000010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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