Html Css Color HEX #794660 Cosmic

📋 copy color: '#794660'

red 121 ◦ green 70 ◦ blue 96

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

Shades of Cosmic #794660

Tints of Cosmic #794660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 42.16%
G = 24.39%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#794660 (or 0x794660) is known color: Cosmic. HEX triplet: 79, 46 and 60. RGB value is (121,70,96). Sum of RGB (Red+Green+Blue) = 121+70+96=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #794660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794660 is #86B99F. Grayscale: #585858. Windows color (decimal): -8829344 or 6309497. OLE color: 6309497.

HSL color Cylindrical-coordinate representation of color #794660: hue angle of 329.41º 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 #794660 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 70 96 -
CMYK 0 0.42 0.21 0.53
HSL 329.41º 0.27% 0.37% -
HSV(B) 329.41º 0.42% 0.47% -
XYZ 12.19 9.29 12.22 -
YUV 88.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 121 70 96 0 0.42 0.21 0.53 329.41 0.27 0.37
Hex 79 46 60 0 2A 15 35 149 1B 25
Octal 171 106 140 0 52 25 65 511 33 45
Binary 1111001 1000110 1100000 0 101010 10101 110101 101001001 11011 100101

Color Harmonies of #794660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794660

Black with #794660

Text Example


Text Example

White with #794660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794660; }

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

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

background-color css

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

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

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

border-color css

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

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

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