Html Css Color HEX #794360 Cosmic

📋 copy color: '#794360'

red 121 ◦ green 67 ◦ blue 96

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

Shades of Cosmic #794360

Tints of Cosmic #794360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 42.61%
G = 23.59%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#794360 (or 0x794360) is known color: Cosmic. HEX triplet: 79, 43 and 60. RGB value is (121,67,96). Sum of RGB (Red+Green+Blue) = 121+67+96=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #794360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794360 is #86BC9F. Grayscale: #565656. Windows color (decimal): -8830112 or 6308729. OLE color: 6308729.

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

Color convert

RGB 121 67 96 -
CMYK 0 0.45 0.21 0.53
HSL 327.78º 0.29% 0.37% -
HSV(B) 327.78º 0.45% 0.47% -
XYZ 12 8.92 12.16 -
YUV 86.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 121 67 96 0 0.45 0.21 0.53 327.78 0.29 0.37
Hex 79 43 60 0 2D 15 35 148 1D 25
Octal 171 103 140 0 55 25 65 510 35 45
Binary 1111001 1000011 1100000 0 101101 10101 110101 101001000 11101 100101

Color Harmonies of #794360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794360

Black with #794360

Text Example


Text Example

White with #794360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794360; }

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

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

background-color css

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

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

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

border-color css

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

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

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