#7A8696

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

Shades of Light Slate Grey #7A8696

Tints of Light Slate Grey #7A8696

Color information

#7A8696 (or 0x7A8696) is unknown color: approx Light Slate Grey. HEX triplet: 7A, 86 and 96. RGB value is (122,134,150). Sum of RGB (Red+Green+Blue) = 122+134+150=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A8696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8696 is #857969. Grayscale: #848484. Windows color (decimal): -8747370 or 9864826. OLE color: 9864826.

HSL color Cylindrical-coordinate representation of color #7A8696: hue angle of 214.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A8696 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB122134150-
CMYK0.190.1100.41
HSL214.29º11.76%53.33%-
HSV(B)214.29º18.67%58.82%-
XYZ22.0623.3932.21-
YUV132.24138.02120.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=30.05%
G=33.00%
B=36.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1221341500.190.1100.41214.2911.7653.33
Hex7A869613B029d6c35
Octal17220622623130513261465
Binary111101010000110100101101001110110101001110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,134,150); }

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

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

 a { background-color: rgb(122,134,150); }

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

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

 span { border-color: rgb(122,134,150); }

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