#77877E

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

Shades of Blue Smoke #77877E

Tints of Blue Smoke #77877E

Color information

#77877E (or 0x77877E) is unknown color: approx Blue Smoke. HEX triplet: 77, 87 and 7E. RGB value is (119,135,126). Sum of RGB (Red+Green+Blue) = 119+135+126=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #77877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77877E is #887881. Grayscale: #818181. Windows color (decimal): -8943746 or 8292215. OLE color: 8292215.

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

Color convert

RGB119135126-
CMYK0.1200.070.47
HSL146.25º6.3%49.8%-
HSV(B)146.25º11.85%52.94%-
XYZ20.0422.7623.07-
YUV129.19126.2120.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=31.32%
G=35.53%
B=33.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191351260.1200.070.47146.256.349.8
Hex77877EC072F92632
Octal167207176140757222662
Binary11101111000011111111101100011110111110010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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