#7A827D

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

Shades of Blue Smoke #7A827D

Tints of Blue Smoke #7A827D

Color information

#7A827D (or 0x7A827D) is unknown color: approx Blue Smoke. HEX triplet: 7A, 82 and 7D. RGB value is (122,130,125). Sum of RGB (Red+Green+Blue) = 122+130+125=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 130 - color contains mainly: green. Hex color #7A827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A827D is #857D82. Grayscale: #7F7F7F. Windows color (decimal): -8748419 or 8225402. OLE color: 8225402.

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

Color convert

RGB122130125-
CMYK0.0600.040.49
HSL142.5º3.17%49.41%-
HSV(B)142.5º6.15%50.98%-
XYZ19.7121.5822.53-
YUV127.04126.85124.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.36%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=32.36%
G=34.48%
B=33.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1221301250.0600.040.49142.53.1749.41
Hex7A827D604318e331
Octal17220217560461216361
Binary111101010000010111110111001001100011000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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