#7C848B

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

Shades of Aluminium #7C848B

Tints of Aluminium #7C848B

Color information

#7C848B (or 0x7C848B) is unknown color: approx Aluminium. HEX triplet: 7C, 84 and 8B. RGB value is (124,132,139). Sum of RGB (Red+Green+Blue) = 124+132+139=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C848B is #837B74. Grayscale: #828282. Windows color (decimal): -8616821 or 9143420. OLE color: 9143420.

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

Color convert

RGB124132139-
CMYK0.110.0500.45
HSL208º6.07%51.57%-
HSV(B)208º10.79%54.51%-
XYZ21.2222.6527.68-
YUV130.41132.85123.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=31.39%
G=33.42%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241321390.110.0500.452086.0751.57
Hex7C848BB502Dd0634
Octal174204213135055320664
Binary111110010000100100010111011101010110111010000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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