#7B8991

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

Shades of Aluminium #7B8991

Tints of Aluminium #7B8991

Color information

#7B8991 (or 0x7B8991) is unknown color: approx Aluminium. HEX triplet: 7B, 89 and 91. RGB value is (123,137,145). Sum of RGB (Red+Green+Blue) = 123+137+145=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B8991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8991 is #84766E. Grayscale: #858585. Windows color (decimal): -8681071 or 9537915. OLE color: 9537915.

HSL color Cylindrical-coordinate representation of color #7B8991: hue angle of 201.82º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B8991 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB123137145-
CMYK0.150.0600.43
HSL201.82º9.09%52.55%-
HSV(B)201.82º15.17%56.86%-
XYZ22.2224.1530.28-
YUV133.73134.36120.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.37%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=30.37%
G=33.83%
B=35.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1231371450.150.0600.43201.829.0952.55
Hex7B8991F602Bca935
Octal1732112211760533121165
Binary1111011100010011001000111111100101011110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,137,145); }

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

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

 a { background-color: rgb(123,137,145); }

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

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

 span { border-color: rgb(123,137,145); }

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