Html Css Color HEX #794061 Cosmic

📋 copy color: '#794061'

red 121 ◦ green 64 ◦ blue 97

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

Shades of Cosmic #794061

Tints of Cosmic #794061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 42.91%
G = 22.7%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#794061 (or 0x794061) is known color: Cosmic. HEX triplet: 79, 40 and 61. RGB value is (121,64,97). Sum of RGB (Red+Green+Blue) = 121+64+97=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #794061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794061 is #86BF9E. Grayscale: #545454. Windows color (decimal): -8830879 or 6373497. OLE color: 6373497.

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

Color convert

RGB 121 64 97 -
CMYK 0 0.47 0.20 0.53
HSL 325.26º 0.31% 0.36% -
HSV(B) 325.26º 0.47% 0.47% -
XYZ 11.88 8.59 12.34 -
YUV 84.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 121 64 97 0 0.47 0.20 0.53 325.26 0.31 0.36
Hex 79 40 61 0 2F 14 35 145 1F 24
Octal 171 100 141 0 57 24 65 505 37 44
Binary 1111001 1000000 1100001 0 101111 10100 110101 101000101 11111 100100

Color Harmonies of #794061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794061

Black with #794061

Text Example


Text Example

White with #794061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794061; }

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

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

background-color css

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

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

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

border-color css

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

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

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