Html Css Color HEX #794064 Cosmic

📋 copy color: '#794064'

red 121 ◦ green 64 ◦ blue 100

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

Shades of Cosmic #794064

Tints of Cosmic #794064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 42.46%
G = 22.46%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#794064 (or 0x794064) is known color: Cosmic. HEX triplet: 79, 40 and 64. RGB value is (121,64,100). Sum of RGB (Red+Green+Blue) = 121+64+100=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #794064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794064 is #86BF9B. Grayscale: #555555. Windows color (decimal): -8830876 or 6570105. OLE color: 6570105.

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

Color convert

RGB 121 64 100 -
CMYK 0 0.47 0.17 0.53
HSL 322.11º 0.31% 0.36% -
HSV(B) 322.11º 0.47% 0.47% -
XYZ 12.02 8.65 13.09 -
YUV 85.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 121 64 100 0 0.47 0.17 0.53 322.11 0.31 0.36
Hex 79 40 64 0 2F 11 35 142 1F 24
Octal 171 100 144 0 57 21 65 502 37 44
Binary 1111001 1000000 1100100 0 101111 10001 110101 101000010 11111 100100

Color Harmonies of #794064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794064

Black with #794064

Text Example


Text Example

White with #794064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794064; }

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

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

background-color css

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

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

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

border-color css

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

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

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