#79526C

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

Shades of Cosmic #79526C

Tints of Cosmic #79526C

Color information

#79526C (or 0x79526C) is unknown color: approx Cosmic. HEX triplet: 79, 52 and 6C. RGB value is (121,82,108). Sum of RGB (Red+Green+Blue) = 121+82+108=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #79526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79526C is #86AD93. Grayscale: #606060. Windows color (decimal): -8826260 or 7099001. OLE color: 7099001.

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

Color convert

RGB12182108-
CMYK00.320.110.53
HSL320º19.21%39.8%-
HSV(B)320º32.23%47.45%-
XYZ13.6111.1815.63-
YUV96.62134.42145.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.91%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=38.91%
G=26.37%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218210800.320.110.5332019.2139.8
Hex79526C020B351401328
Octal17112215404013655002350
Binary1111001101001011011000100000101111010110100000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79526C; }

 p { color: rgb(121,82,108); }

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

<style>
 a { background-color: #79526C; }

 a { background-color: rgb(121,82,108); }

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

<style>
 span { border-color: #79526C; }

 span { border-color: rgb(121,82,108); }

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