Html Css Color HEX #794260 Cosmic

📋 copy color: '#794260'

red 121 ◦ green 66 ◦ blue 96

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

Shades of Cosmic #794260

Tints of Cosmic #794260

RGB

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

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

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

R = 42.76%
G = 23.32%
B = 33.92%

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

#794260 (or 0x794260) is known color: Cosmic. HEX triplet: 79, 42 and 60. RGB value is (121,66,96). Sum of RGB (Red+Green+Blue) = 121+66+96=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #794260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794260 is #86BD9F. Grayscale: #555555. Windows color (decimal): -8830368 or 6308473. OLE color: 6308473.

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

Color convert

RGB 121 66 96 -
CMYK 0 0.45 0.21 0.53
HSL 327.27º 0.29% 0.37% -
HSV(B) 327.27º 0.45% 0.47% -
XYZ 11.94 8.81 12.14 -
YUV 85.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 121 66 96 0 0.45 0.21 0.53 327.27 0.29 0.37
Hex 79 42 60 0 2D 15 35 147 1D 25
Octal 171 102 140 0 55 25 65 507 35 45
Binary 1111001 1000010 1100000 0 101101 10101 110101 101000111 11101 100101

Color Harmonies of #794260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794260

Black with #794260

Text Example


Text Example

White with #794260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794260; }

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

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

background-color css

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

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

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

border-color css

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

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

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