#7A877B

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

Shades of Blue Smoke #7A877B

Tints of Blue Smoke #7A877B

Color information

#7A877B (or 0x7A877B) is unknown color: approx Blue Smoke. HEX triplet: 7A, 87 and 7B. RGB value is (122,135,123). Sum of RGB (Red+Green+Blue) = 122+135+123=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #7A877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A877B is #857884. Grayscale: #818181. Windows color (decimal): -8747141 or 8095610. OLE color: 8095610.

HSL color Cylindrical-coordinate representation of color #7A877B: hue angle of 124.62º 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 #7A877B is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB122135123-
CMYK0.1000.090.47
HSL124.62º5.14%50.39%-
HSV(B)124.62º9.63%52.94%-
XYZ20.2722.922.09-
YUV129.74124.19122.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=32.11%
G=35.53%
B=32.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221351230.1000.090.47124.625.1450.39
Hex7A877BA092F7d532
Octal1722071731201157175562
Binary11110101000011111110111010010011011111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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