#794962

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

Shades of Cosmic #794962

Tints of Cosmic #794962

Color information

#794962 (or 0x794962) is unknown color: approx Cosmic. HEX triplet: 79, 49 and 62. RGB value is (121,73,98). Sum of RGB (Red+Green+Blue) = 121+73+98=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #794962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794962 is #86B69D. Grayscale: #5A5A5A. Windows color (decimal): -8828574 or 6441337. OLE color: 6441337.

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

Color convert

RGB1217398-
CMYK00.400.190.53
HSL328.75º24.74%38.04%-
HSV(B)328.75º39.67%47.45%-
XYZ12.479.7112.77-
YUV90.2132.4149.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 98 (38.67% from 255) = 33.56%
R=41.44%
G=25%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121739800.400.190.53328.7524.7438.04
Hex79496202813351491926
Octal17111114205023655113146
Binary11110011001001110001001010001001111010110100100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794962; }

 p { color: rgb(121,73,98); }

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

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

 a { background-color: rgb(121,73,98); }

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

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

 span { border-color: rgb(121,73,98); }

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