#79465C

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

Shades of Cosmic #79465C

Tints of Cosmic #79465C

Color information

#79465C (or 0x79465C) is unknown color: approx Cosmic. HEX triplet: 79, 46 and 5C. RGB value is (121,70,92). Sum of RGB (Red+Green+Blue) = 121+70+92=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #79465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79465C is #86B9A3. Grayscale: #575757. Windows color (decimal): -8829348 or 6047353. OLE color: 6047353.

HSL color Cylindrical-coordinate representation of color #79465C: hue angle of 334.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79465C is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1217092-
CMYK00.420.240.53
HSL334.12º26.7%37.45%-
HSV(B)334.12º42.15%47.45%-
XYZ12.019.2211.27-
YUV87.76130.4151.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.76%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=42.76%
G=24.73%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121709200.420.240.53334.1226.737.45
Hex79465C02A183514e1b25
Octal17110613405230655163345
Binary11110011000110101110001010101100011010110100111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,70,92); }

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

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

 a { background-color: rgb(121,70,92); }

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

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

 span { border-color: rgb(121,70,92); }

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