#79555E

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

Shades of Cosmic #79555E

Tints of Cosmic #79555E

Color information

#79555E (or 0x79555E) is unknown color: approx Cosmic. HEX triplet: 79, 55 and 5E. RGB value is (121,85,94). Sum of RGB (Red+Green+Blue) = 121+85+94=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 121 - color contains mainly: red. Hex color #79555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79555E is #86AAA1. Grayscale: #606060. Windows color (decimal): -8825506 or 6182265. OLE color: 6182265.

HSL color Cylindrical-coordinate representation of color #79555E: hue angle of 345º 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 #79555E is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1218594-
CMYK00.300.220.53
HSL345º17.48%40.39%-
HSV(B)345º29.75%47.45%-
XYZ13.1511.3712.09-
YUV96.79126.43145.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.33%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=40.33%
G=28.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121859400.300.220.5334517.4840.39
Hex79555E01E16351591128
Octal17112513603626655312150
Binary1111001101010110111100111101011011010110101100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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