#79535E

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

Shades of Cosmic #79535E

Tints of Cosmic #79535E

Color information

#79535E (or 0x79535E) is unknown color: approx Cosmic. HEX triplet: 79, 53 and 5E. RGB value is (121,83,94). Sum of RGB (Red+Green+Blue) = 121+83+94=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #79535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79535E is #86ACA1. Grayscale: #5F5F5F. Windows color (decimal): -8826018 or 6181753. OLE color: 6181753.

HSL color Cylindrical-coordinate representation of color #79535E: hue angle of 342.63º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79535E is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1218394-
CMYK00.310.220.53
HSL342.63º18.63%40%-
HSV(B)342.63º31.4%47.45%-
XYZ1311.0612.04-
YUV95.62127.09146.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=40.60%
G=27.85%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121839400.310.220.53342.6318.6340
Hex79535E01F16351571328
Octal17112313603726655272350
Binary1111001101001110111100111111011011010110101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79535E; }

 p { color: rgb(121,83,94); }

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

<style>
 a { background-color: #79535E; }

 a { background-color: rgb(121,83,94); }

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

<style>
 span { border-color: #79535E; }

 span { border-color: rgb(121,83,94); }

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