#7D848B

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

Shades of Aluminium #7D848B

Tints of Aluminium #7D848B

Color information

#7D848B (or 0x7D848B) is unknown color: approx Aluminium. HEX triplet: 7D, 84 and 8B. RGB value is (125,132,139). Sum of RGB (Red+Green+Blue) = 125+132+139=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D848B is #827B74. Grayscale: #828282. Windows color (decimal): -8551285 or 9143421. OLE color: 9143421.

HSL color Cylindrical-coordinate representation of color #7D848B: hue angle of 210º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D848B is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB125132139-
CMYK0.100.0500.45
HSL210º5.69%51.76%-
HSV(B)210º10.07%54.51%-
XYZ21.3722.7327.69-
YUV130.7132.68123.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=31.57%
G=33.33%
B=35.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1251321390.100.0500.452105.6951.76
Hex7D848BA502Dd2634
Octal175204213125055322664
Binary111110110000100100010111010101010110111010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,132,139); }

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

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

 a { background-color: rgb(125,132,139); }

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

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

 span { border-color: rgb(125,132,139); }

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