#7A857D

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

Shades of Blue Smoke #7A857D

Tints of Blue Smoke #7A857D

Color information

#7A857D (or 0x7A857D) is unknown color: approx Blue Smoke. HEX triplet: 7A, 85 and 7D. RGB value is (122,133,125). Sum of RGB (Red+Green+Blue) = 122+133+125=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 133 - color contains mainly: green. Hex color #7A857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A857D is #857A82. Grayscale: #808080. Windows color (decimal): -8747651 or 8226170. OLE color: 8226170.

HSL color Cylindrical-coordinate representation of color #7A857D: hue angle of 136.36º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A857D is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB122133125-
CMYK0.0800.060.48
HSL136.36º4.31%50%-
HSV(B)136.36º8.27%52.16%-
XYZ20.1222.3922.66-
YUV128.8125.86123.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=32.11%
G=35%
B=32.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221331250.0800.060.48136.364.3150
Hex7A857D8063088432
Octal172205175100660210462
Binary11110101000010111111011000011011000010001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,133,125); }

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

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

 a { background-color: rgb(122,133,125); }

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

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

 span { border-color: rgb(122,133,125); }

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