#79425E

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

Shades of Cosmic #79425E

Tints of Cosmic #79425E

Color information

#79425E (or 0x79425E) is unknown color: approx Cosmic. HEX triplet: 79, 42 and 5E. RGB value is (121,66,94). Sum of RGB (Red+Green+Blue) = 121+66+94=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79425E is #86BDA1. Grayscale: #555555. Windows color (decimal): -8830370 or 6177401. OLE color: 6177401.

HSL color Cylindrical-coordinate representation of color #79425E: hue angle of 329.45º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79425E is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1216694-
CMYK00.450.220.53
HSL329.45º29.41%36.67%-
HSV(B)329.45º45.45%47.45%-
XYZ11.858.7711.66-
YUV85.64132.72153.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=43.06%
G=23.49%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121669400.450.220.53329.4529.4136.67
Hex79425E02D16351491d25
Octal17110213605526655113545
Binary11110011000010101111001011011011011010110100100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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