#7A818B

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

Shades of Slate Grey #7A818B

Tints of Slate Grey #7A818B

Color information

#7A818B (or 0x7A818B) is unknown color: approx Slate Grey. HEX triplet: 7A, 81 and 8B. RGB value is (122,129,139). Sum of RGB (Red+Green+Blue) = 122+129+139=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A818B is #857E74. Grayscale: #808080. Windows color (decimal): -8748661 or 9142650. OLE color: 9142650.

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

Color convert

RGB122129139-
CMYK0.120.0700.45
HSL215.29º6.83%51.18%-
HSV(B)215.29º12.23%54.51%-
XYZ20.5421.727.53-
YUV128.05134.18123.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.28%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=31.28%
G=33.08%
B=35.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221291390.120.0700.45215.296.8351.18
Hex7A818BC702Dd7733
Octal172201213147055327763
Binary111101010000001100010111100111010110111010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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