#79475A

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

Shades of Cosmic #79475A

Tints of Cosmic #79475A

Color information

#79475A (or 0x79475A) is unknown color: approx Cosmic. HEX triplet: 79, 47 and 5A. RGB value is (121,71,90). Sum of RGB (Red+Green+Blue) = 121+71+90=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79475A is #86B8A5. Grayscale: #585858. Windows color (decimal): -8829094 or 5916537. OLE color: 5916537.

HSL color Cylindrical-coordinate representation of color #79475A: hue angle of 337.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79475A is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1217190-
CMYK00.410.260.53
HSL337.2º26.04%37.65%-
HSV(B)337.2º41.32%47.45%-
XYZ11.989.3110.84-
YUV88.12129.06151.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=42.91%
G=25.18%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121719000.410.260.53337.226.0437.65
Hex79475A0291A351511a26
Octal17110713205132655213246
Binary11110011000111101101001010011101011010110101000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,71,90); }

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

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

 a { background-color: rgb(121,71,90); }

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

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

 span { border-color: rgb(121,71,90); }

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