#794F62

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

Shades of Cosmic #794F62

Tints of Cosmic #794F62

Color information

#794F62 (or 0x794F62) is unknown color: approx Cosmic. HEX triplet: 79, 4F and 62. RGB value is (121,79,98). Sum of RGB (Red+Green+Blue) = 121+79+98=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #794F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F62 is #86B09D. Grayscale: #5D5D5D. Windows color (decimal): -8827038 or 6442873. OLE color: 6442873.

HSL color Cylindrical-coordinate representation of color #794F62: hue angle of 332.86º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #794F62 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1217998-
CMYK00.350.190.53
HSL332.86º21%39.22%-
HSV(B)332.86º34.71%47.45%-
XYZ12.8910.5412.91-
YUV93.72130.41147.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=40.60%
G=26.51%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121799800.350.190.53332.862139.22
Hex794F62023133514d1527
Octal17111714204323655152547
Binary11110011001111110001001000111001111010110100110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794F62; }

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

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

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

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

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

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

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

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