#79868F

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

Shades of Aluminium #79868F

Tints of Aluminium #79868F

Color information

#79868F (or 0x79868F) is unknown color: approx Aluminium. HEX triplet: 79, 86 and 8F. RGB value is (121,134,143). Sum of RGB (Red+Green+Blue) = 121+134+143=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 143 - color contains mainly: blue. Hex color #79868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79868F is #867970. Grayscale: #838383. Windows color (decimal): -8812913 or 9406073. OLE color: 9406073.

HSL color Cylindrical-coordinate representation of color #79868F: hue angle of 204.55º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #79868F is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121134143-
CMYK0.150.0600.44
HSL204.55º8.94%51.76%-
HSV(B)204.55º15.38%56.08%-
XYZ21.3723.129.32-
YUV131.14134.69120.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=30.40%
G=33.67%
B=35.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211341430.150.0600.44204.558.9451.76
Hex79868FF602Ccd934
Octal1712062171760543151164
Binary1111001100001101000111111111100101100110011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79868F; }

 p { color: rgb(121,134,143); }

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

<style>
 a { background-color: #79868F; }

 a { background-color: rgb(121,134,143); }

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

<style>
 span { border-color: #79868F; }

 span { border-color: rgb(121,134,143); }

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