#794F5C

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

Shades of Cosmic #794F5C

Tints of Cosmic #794F5C

Color information

#794F5C (or 0x794F5C) is unknown color: approx Cosmic. HEX triplet: 79, 4F and 5C. RGB value is (121,79,92). Sum of RGB (Red+Green+Blue) = 121+79+92=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #794F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F5C is #86B0A3. Grayscale: #5D5D5D. Windows color (decimal): -8827044 or 6049657. OLE color: 6049657.

HSL color Cylindrical-coordinate representation of color #794F5C: hue angle of 341.43º 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 #794F5C is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1217992-
CMYK00.350.240.53
HSL341.43º21%39.22%-
HSV(B)341.43º34.71%47.45%-
XYZ12.6110.4311.47-
YUV93.04127.41147.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=41.44%
G=27.05%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121799200.350.240.53341.432139.22
Hex794F5C02318351551527
Octal17111713404330655252547
Binary11110011001111101110001000111100011010110101010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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