Html Css Color HEX #794968 Cosmic

📋 copy color: '#794968'

red 121 ◦ green 73 ◦ blue 104

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

Shades of Cosmic #794968

Tints of Cosmic #794968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

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

R = 40.6%
G = 24.5%
B = 34.9%

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

#794968 (or 0x794968) is known color: Cosmic. HEX triplet: 79, 49 and 68. RGB value is (121,73,104). Sum of RGB (Red+Green+Blue) = 121+73+104=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #794968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794968 is #86B697. Grayscale: #5A5A5A. Windows color (decimal): -8828568 or 6834553. OLE color: 6834553.

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

Color convert

RGB 121 73 104 -
CMYK 0 0.40 0.14 0.53
HSL 321.25º 0.25% 0.38% -
HSV(B) 321.25º 0.4% 0.47% -
XYZ 12.77 9.83 14.32 -
YUV 90.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 121 73 104 0 0.40 0.14 0.53 321.25 0.25 0.38
Hex 79 49 68 0 28 E 35 141 19 26
Octal 171 111 150 0 50 16 65 501 31 46
Binary 1111001 1001001 1101000 0 101000 1110 110101 101000001 11001 100110

Color Harmonies of #794968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794968

Black with #794968

Text Example


Text Example

White with #794968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794968; }

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

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

background-color css

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

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

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

border-color css

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

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

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