#79556D

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

Shades of Cosmic #79556D

Tints of Cosmic #79556D

Color information

#79556D (or 0x79556D) is unknown color: approx Cosmic. HEX triplet: 79, 55 and 6D. RGB value is (121,85,109). Sum of RGB (Red+Green+Blue) = 121+85+109=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #79556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79556D is #86AA92. Grayscale: #626262. Windows color (decimal): -8825491 or 7165305. OLE color: 7165305.

HSL color Cylindrical-coordinate representation of color #79556D: hue angle of 320º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79556D is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12185109-
CMYK00.300.100.53
HSL320º17.48%40.39%-
HSV(B)320º29.75%47.45%-
XYZ13.8911.6715.99-
YUV98.5133.93144.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=38.41%
G=26.98%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218510900.300.100.5332017.4840.39
Hex79556D01EA351401128
Octal17112515503612655002150
Binary111100110101011101101011110101011010110100000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79556D; }

 p { color: rgb(121,85,109); }

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

<style>
 a { background-color: #79556D; }

 a { background-color: rgb(121,85,109); }

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

<style>
 span { border-color: #79556D; }

 span { border-color: rgb(121,85,109); }

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