Html Css Color HEX #794868 Cosmic

📋 copy color: '#794868'

red 121 ◦ green 72 ◦ blue 104

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

Shades of Cosmic #794868

Tints of Cosmic #794868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 40.74%
G = 24.24%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#794868 (or 0x794868) is known color: Cosmic. HEX triplet: 79, 48 and 68. RGB value is (121,72,104). Sum of RGB (Red+Green+Blue) = 121+72+104=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #794868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794868 is #86B797. Grayscale: #5A5A5A. Windows color (decimal): -8828824 or 6834297. OLE color: 6834297.

HSL color Cylindrical-coordinate representation of color #794868: hue angle of 320.82º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794868 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 72 104 -
CMYK 0 0.40 0.14 0.53
HSL 320.82º 0.25% 0.38% -
HSV(B) 320.82º 0.4% 0.47% -
XYZ 12.7 9.7 14.3 -
YUV 90.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 121 72 104 0 0.40 0.14 0.53 320.82 0.25 0.38
Hex 79 48 68 0 28 E 35 141 19 26
Octal 171 110 150 0 50 16 65 501 31 46
Binary 1111001 1001000 1101000 0 101000 1110 110101 101000001 11001 100110

Color Harmonies of #794868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794868

Black with #794868

Text Example


Text Example

White with #794868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794868; }

 p { color: rgb(121,72,104); }

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

background-color css

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

 a { background-color: rgb(121,72,104); }

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

border-color css

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

 span { border-color: rgb(121,72,104); }

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