#7D898F

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

Shades of Aluminium #7D898F

Tints of Aluminium #7D898F

Color information

#7D898F (or 0x7D898F) is unknown color: approx Aluminium. HEX triplet: 7D, 89 and 8F. RGB value is (125,137,143). Sum of RGB (Red+Green+Blue) = 125+137+143=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D898F is #827670. Grayscale: #868686. Windows color (decimal): -8550001 or 9406845. OLE color: 9406845.

HSL color Cylindrical-coordinate representation of color #7D898F: hue angle of 200º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7D898F is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB125137143-
CMYK0.130.0400.44
HSL200º7.44%52.55%-
HSV(B)200º12.59%56.08%-
XYZ22.3624.2329.49-
YUV134.1133.02121.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.86%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=30.86%
G=33.83%
B=35.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251371430.130.0400.442007.4452.55
Hex7D898FD402Cc8735
Octal175211217154054310765
Binary111110110001001100011111101100010110011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,143); }

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

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

 a { background-color: rgb(125,137,143); }

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

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

 span { border-color: rgb(125,137,143); }

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