#79515F

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

Shades of Cosmic #79515F

Tints of Cosmic #79515F

Color information

#79515F (or 0x79515F) is unknown color: approx Cosmic. HEX triplet: 79, 51 and 5F. RGB value is (121,81,95). Sum of RGB (Red+Green+Blue) = 121+81+95=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #79515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79515F is #86AEA0. Grayscale: #5E5E5E. Windows color (decimal): -8826529 or 6246777. OLE color: 6246777.

HSL color Cylindrical-coordinate representation of color #79515F: hue angle of 339º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79515F is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1218195-
CMYK00.330.210.53
HSL339º19.8%39.61%-
HSV(B)339º33.06%47.45%-
XYZ12.8910.7812.23-
YUV94.56128.25146.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.74%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=40.74%
G=27.27%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121819500.330.210.5333919.839.61
Hex79515F02115351531428
Octal17112113704125655232450
Binary11110011010001101111101000011010111010110101001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,81,95); }

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

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

 a { background-color: rgb(121,81,95); }

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

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

 span { border-color: rgb(121,81,95); }

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