#7A818C

Color #7A818C Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #7A818C

Tints of Slate Grey #7A818C

Color information

#7A818C (or 0x7A818C) is unknown color: approx Slate Grey. HEX triplet: 7A, 81 and 8C. RGB value is (122,129,140). Sum of RGB (Red+Green+Blue) = 122+129+140=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A818C is #857E73. Grayscale: #808080. Windows color (decimal): -8748660 or 9208186. OLE color: 9208186.

HSL color Cylindrical-coordinate representation of color #7A818C: hue angle of 216.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A818C is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB122129140-
CMYK0.130.0800.45
HSL216.67º7.26%51.37%-
HSV(B)216.67º12.86%54.9%-
XYZ20.6121.7327.92-
YUV128.16134.68123.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=31.20%
G=32.99%
B=35.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221291400.130.0800.45216.677.2651.37
Hex7A818CD802Dd9733
Octal1722012141510055331763
Binary1111010100000011000110011011000010110111011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,129,140); }

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

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

 a { background-color: rgb(122,129,140); }

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

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

 span { border-color: rgb(122,129,140); }

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