Html Css Color HEX #794261 Cosmic

📋 copy color: '#794261'

red 121 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #794261

Tints of Cosmic #794261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 42.61%
G = 23.24%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#794261 (or 0x794261) is known color: Cosmic. HEX triplet: 79, 42 and 61. RGB value is (121,66,97). Sum of RGB (Red+Green+Blue) = 121+66+97=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #794261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794261 is #86BD9E. Grayscale: #555555. Windows color (decimal): -8830367 or 6374009. OLE color: 6374009.

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

Color convert

RGB 121 66 97 -
CMYK 0 0.45 0.20 0.53
HSL 326.18º 0.29% 0.37% -
HSV(B) 326.18º 0.45% 0.47% -
XYZ 11.99 8.82 12.38 -
YUV 85.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 121 66 97 0 0.45 0.20 0.53 326.18 0.29 0.37
Hex 79 42 61 0 2D 14 35 146 1D 25
Octal 171 102 141 0 55 24 65 506 35 45
Binary 1111001 1000010 1100001 0 101101 10100 110101 101000110 11101 100101

Color Harmonies of #794261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794261

Black with #794261

Text Example


Text Example

White with #794261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794261; }

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

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

background-color css

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

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

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

border-color css

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

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

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