Html Css Color HEX #794069 Cosmic

📋 copy color: '#794069'

red 121 ◦ green 64 ◦ blue 105

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

Shades of Cosmic #794069

Tints of Cosmic #794069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 41.72%
G = 22.07%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#794069 (or 0x794069) is known color: Cosmic. HEX triplet: 79, 40 and 69. RGB value is (121,64,105). Sum of RGB (Red+Green+Blue) = 121+64+105=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #794069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794069 is #86BF96. Grayscale: #555555. Windows color (decimal): -8830871 or 6897785. OLE color: 6897785.

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

Color convert

RGB 121 64 105 -
CMYK 0 0.47 0.13 0.53
HSL 316.84º 0.31% 0.36% -
HSV(B) 316.84º 0.47% 0.47% -
XYZ 12.27 8.75 14.41 -
YUV 85.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 121 64 105 0 0.47 0.13 0.53 316.84 0.31 0.36
Hex 79 40 69 0 2F D 35 13D 1F 24
Octal 171 100 151 0 57 15 65 475 37 44
Binary 1111001 1000000 1101001 0 101111 1101 110101 100111101 11111 100100

Color Harmonies of #794069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794069

Black with #794069

Text Example


Text Example

White with #794069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794069; }

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

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

background-color css

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

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

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

border-color css

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

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

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