#79496B

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

Shades of Cosmic #79496B

Tints of Cosmic #79496B

Color information

#79496B (or 0x79496B) is unknown color: approx Cosmic. HEX triplet: 79, 49 and 6B. RGB value is (121,73,107). Sum of RGB (Red+Green+Blue) = 121+73+107=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #79496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79496B is #86B694. Grayscale: #5B5B5B. Windows color (decimal): -8828565 or 7031161. OLE color: 7031161.

HSL color Cylindrical-coordinate representation of color #79496B: hue angle of 317.5º 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 #79496B is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12173107-
CMYK00.400.120.53
HSL317.5º24.74%38.04%-
HSV(B)317.5º39.67%47.45%-
XYZ12.929.8915.14-
YUV91.23136.9149.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.20%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=40.20%
G=24.25%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217310700.400.120.53317.524.7438.04
Hex79496B028C3513e1926
Octal17111115305014654763146
Binary1111001100100111010110101000110011010110011111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79496B; }

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

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

<style>
 a { background-color: #79496B; }

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

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

<style>
 span { border-color: #79496B; }

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

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