#79495E

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

Shades of Cosmic #79495E

Tints of Cosmic #79495E

Color information

#79495E (or 0x79495E) is unknown color: approx Cosmic. HEX triplet: 79, 49 and 5E. RGB value is (121,73,94). Sum of RGB (Red+Green+Blue) = 121+73+94=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #79495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79495E is #86B6A1. Grayscale: #595959. Windows color (decimal): -8828578 or 6179193. OLE color: 6179193.

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

Color convert

RGB1217394-
CMYK00.400.220.53
HSL333.75º24.74%38.04%-
HSV(B)333.75º39.67%47.45%-
XYZ12.299.6411.8-
YUV89.75130.4150.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=42.01%
G=25.35%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121739400.400.220.53333.7524.7438.04
Hex79495E028163514e1926
Octal17111113605026655163146
Binary11110011001001101111001010001011011010110100111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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