#79838A

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

Shades of Aluminium #79838A

Tints of Aluminium #79838A

Color information

#79838A (or 0x79838A) is unknown color: approx Aluminium. HEX triplet: 79, 83 and 8A. RGB value is (121,131,138). Sum of RGB (Red+Green+Blue) = 121+131+138=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #79838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79838A is #867C75. Grayscale: #808080. Windows color (decimal): -8813686 or 9077625. OLE color: 9077625.

HSL color Cylindrical-coordinate representation of color #79838A: hue angle of 204.71º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #79838A is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB121131138-
CMYK0.120.0500.46
HSL204.71º6.77%50.78%-
HSV(B)204.71º12.32%54.12%-
XYZ20.5922.1327.23-
YUV128.81133.19122.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=31.03%
G=33.59%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211311380.120.0500.46204.716.7750.78
Hex79838AC502Ecd733
Octal171203212145056315763
Binary111100110000011100010101100101010111011001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79838A; }

 p { color: rgb(121,131,138); }

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

<style>
 a { background-color: #79838A; }

 a { background-color: rgb(121,131,138); }

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

<style>
 span { border-color: #79838A; }

 span { border-color: rgb(121,131,138); }

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