Html Css Color HEX #794262 Cosmic

📋 copy color: '#794262'

red 121 ◦ green 66 ◦ blue 98

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

Shades of Cosmic #794262

Tints of Cosmic #794262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

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

R = 42.46%
G = 23.16%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#794262 (or 0x794262) is known color: Cosmic. HEX triplet: 79, 42 and 62. RGB value is (121,66,98). Sum of RGB (Red+Green+Blue) = 121+66+98=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #794262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794262 is #86BD9D. Grayscale: #565656. Windows color (decimal): -8830366 or 6439545. OLE color: 6439545.

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

Color convert

RGB 121 66 98 -
CMYK 0 0.45 0.19 0.53
HSL 325.09º 0.29% 0.37% -
HSV(B) 325.09º 0.45% 0.47% -
XYZ 12.04 8.84 12.63 -
YUV 86.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 121 66 98 0 0.45 0.19 0.53 325.09 0.29 0.37
Hex 79 42 62 0 2D 13 35 145 1D 25
Octal 171 102 142 0 55 23 65 505 35 45
Binary 1111001 1000010 1100010 0 101101 10011 110101 101000101 11101 100101

Color Harmonies of #794262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794262

Black with #794262

Text Example


Text Example

White with #794262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794262; }

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

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

background-color css

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

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

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

border-color css

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

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

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