Html Css Color HEX #794060 Cosmic

📋 copy color: '#794060'

red 121 ◦ green 64 ◦ blue 96

#794060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #794060

Tints of Cosmic #794060

RGB

 RED value IS 121 (47.66% from 255) = 43.06%

 GREEN value IS 64 (25.39% from 255) = 22.78%

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 43.06%
G = 22.78%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#794060 (or 0x794060) is known color: Cosmic. HEX triplet: 79, 40 and 60. RGB value is (121,64,96). Sum of RGB (Red+Green+Blue) = 121+64+96=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #794060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794060 is #86BF9F. Grayscale: #545454. Windows color (decimal): -8830880 or 6307961. OLE color: 6307961.

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

Color convert

RGB 121 64 96 -
CMYK 0 0.47 0.21 0.53
HSL 326.32º 0.31% 0.36% -
HSV(B) 326.32º 0.47% 0.47% -
XYZ 11.83 8.58 12.1 -
YUV 84.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 121 64 96 0 0.47 0.21 0.53 326.32 0.31 0.36
Hex 79 40 60 0 2F 15 35 146 1F 24
Octal 171 100 140 0 57 25 65 506 37 44
Binary 1111001 1000000 1100000 0 101111 10101 110101 101000110 11111 100100

Color Harmonies of #794060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794060

Black with #794060

Text Example


Text Example

White with #794060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794060; }

 p { color: rgb(121,64,96); }

 H1.HeaderClassName
 {
   color: #794060;
 }
 .AnyTagClassName
 {
   color: #794060;
 }
</style>

background-color css

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

 a { background-color: rgb(121,64,96); }

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

border-color css

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

 span { border-color: rgb(121,64,96); }

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