Html Css Color HEX #794460 Cosmic

📋 copy color: '#794460'

red 121 ◦ green 68 ◦ blue 96

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

Shades of Cosmic #794460

Tints of Cosmic #794460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 42.46%
G = 23.86%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#794460 (or 0x794460) is known color: Cosmic. HEX triplet: 79, 44 and 60. RGB value is (121,68,96). Sum of RGB (Red+Green+Blue) = 121+68+96=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #794460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794460 is #86BB9F. Grayscale: #565656. Windows color (decimal): -8829856 or 6308985. OLE color: 6308985.

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

Color convert

RGB 121 68 96 -
CMYK 0 0.44 0.21 0.53
HSL 328.3º 0.28% 0.37% -
HSV(B) 328.3º 0.44% 0.47% -
XYZ 12.06 9.04 12.18 -
YUV 87.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 121 68 96 0 0.44 0.21 0.53 328.3 0.28 0.37
Hex 79 44 60 0 2C 15 35 148 1C 25
Octal 171 104 140 0 54 25 65 510 34 45
Binary 1111001 1000100 1100000 0 101100 10101 110101 101001000 11100 100101

Color Harmonies of #794460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794460

Black with #794460

Text Example


Text Example

White with #794460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794460; }

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

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

background-color css

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

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

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

border-color css

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

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

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