#77837B

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

Shades of Blue Smoke #77837B

Tints of Blue Smoke #77837B

Color information

#77837B (or 0x77837B) is unknown color: approx Blue Smoke. HEX triplet: 77, 83 and 7B. RGB value is (119,131,123). Sum of RGB (Red+Green+Blue) = 119+131+123=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #77837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77837B is #887C84. Grayscale: #7E7E7E. Windows color (decimal): -8944773 or 8094583. OLE color: 8094583.

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

Color convert

RGB119131123-
CMYK0.0900.060.49
HSL140º4.8%49.02%-
HSV(B)140º9.16%51.37%-
XYZ19.321.5821.89-
YUV126.5126.02122.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=31.90%
G=35.12%
B=32.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191311230.0900.060.491404.849.02
Hex77837B906318c531
Octal167203173110661214561
Binary11101111000001111110111001011011000110001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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