Html Css Color HEX #794162 Cosmic

📋 copy color: '#794162'

red 121 ◦ green 65 ◦ blue 98

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

Shades of Cosmic #794162

Tints of Cosmic #794162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

 BLUE value IS 98 (38.67% from 255) = 34.51%

R = 42.61%
G = 22.89%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#794162 (or 0x794162) is known color: Cosmic. HEX triplet: 79, 41 and 62. RGB value is (121,65,98). Sum of RGB (Red+Green+Blue) = 121+65+98=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #794162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794162 is #86BE9D. Grayscale: #555555. Windows color (decimal): -8830622 or 6439289. OLE color: 6439289.

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

Color convert

RGB 121 65 98 -
CMYK 0 0.46 0.19 0.53
HSL 324.64º 0.3% 0.36% -
HSV(B) 324.64º 0.46% 0.47% -
XYZ 11.98 8.73 12.61 -
YUV 85.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 121 65 98 0 0.46 0.19 0.53 324.64 0.3 0.36
Hex 79 41 62 0 2E 13 35 145 1E 24
Octal 171 101 142 0 56 23 65 505 36 44
Binary 1111001 1000001 1100010 0 101110 10011 110101 101000101 11110 100100

Color Harmonies of #794162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794162

Black with #794162

Text Example


Text Example

White with #794162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794162; }

 p { color: rgb(121,65,98); }

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

background-color css

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

 a { background-color: rgb(121,65,98); }

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

border-color css

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

 span { border-color: rgb(121,65,98); }

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