#7A877C

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

Shades of Blue Smoke #7A877C

Tints of Blue Smoke #7A877C

Color information

#7A877C (or 0x7A877C) is unknown color: approx Blue Smoke. HEX triplet: 7A, 87 and 7C. RGB value is (122,135,124). Sum of RGB (Red+Green+Blue) = 122+135+124=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #7A877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A877C is #857883. Grayscale: #818181. Windows color (decimal): -8747140 or 8161146. OLE color: 8161146.

HSL color Cylindrical-coordinate representation of color #7A877C: hue angle of 129.23º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A877C is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB122135124-
CMYK0.1000.080.47
HSL129.23º5.14%50.39%-
HSV(B)129.23º9.63%52.94%-
XYZ20.3322.9222.42-
YUV129.86124.69122.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=32.02%
G=35.43%
B=32.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221351240.1000.080.47129.235.1450.39
Hex7A877CA082F81532
Octal1722071741201057201562
Binary111101010000111111110010100100010111110000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A877C; }

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

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

<style>
 a { background-color: #7A877C; }

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

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

<style>
 span { border-color: #7A877C; }

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

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