#77817B

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

Shades of Blue Smoke #77817B

Tints of Blue Smoke #77817B

Color information

#77817B (or 0x77817B) is unknown color: approx Blue Smoke. HEX triplet: 77, 81 and 7B. RGB value is (119,129,123). Sum of RGB (Red+Green+Blue) = 119+129+123=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 129 - color contains mainly: green. Hex color #77817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77817B is #887E84. Grayscale: #7D7D7D. Windows color (decimal): -8945285 or 8094071. OLE color: 8094071.

HSL color Cylindrical-coordinate representation of color #77817B: hue angle of 144º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77817B is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB119129123-
CMYK0.0800.050.49
HSL144º4.03%48.63%-
HSV(B)144º7.75%50.59%-
XYZ19.0321.0521.8-
YUV125.33126.69123.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=32.08%
G=34.77%
B=33.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191291230.0800.050.491444.0348.63
Hex77817B8053190431
Octal167201173100561220461
Binary11101111000000111110111000010111000110010000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77817B; }

 p { color: rgb(119,129,123); }

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

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

 a { background-color: rgb(119,129,123); }

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

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

 span { border-color: rgb(119,129,123); }

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