Html Css Color HEX #794068 Cosmic

📋 copy color: '#794068'

red 121 ◦ green 64 ◦ blue 104

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

Shades of Cosmic #794068

Tints of Cosmic #794068

RGB

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

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

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

R = 41.87%
G = 22.15%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#794068 (or 0x794068) is known color: Cosmic. HEX triplet: 79, 40 and 68. RGB value is (121,64,104). Sum of RGB (Red+Green+Blue) = 121+64+104=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #794068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794068 is #86BF97. Grayscale: #555555. Windows color (decimal): -8830872 or 6832249. OLE color: 6832249.

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

Color convert

RGB 121 64 104 -
CMYK 0 0.47 0.14 0.53
HSL 317.89º 0.31% 0.36% -
HSV(B) 317.89º 0.47% 0.47% -
XYZ 12.22 8.73 14.14 -
YUV 85.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 121 64 104 0 0.47 0.14 0.53 317.89 0.31 0.36
Hex 79 40 68 0 2F E 35 13E 1F 24
Octal 171 100 150 0 57 16 65 476 37 44
Binary 1111001 1000000 1101000 0 101111 1110 110101 100111110 11111 100100

Color Harmonies of #794068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794068

Black with #794068

Text Example


Text Example

White with #794068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794068; }

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

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

background-color css

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

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

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

border-color css

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

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

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