Html Css Color HEX #794769 Cosmic

📋 copy color: '#794769'

red 121 ◦ green 71 ◦ blue 105

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

Shades of Cosmic #794769

Tints of Cosmic #794769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

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

R = 40.74%
G = 23.91%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#794769 (or 0x794769) is known color: Cosmic. HEX triplet: 79, 47 and 69. RGB value is (121,71,105). Sum of RGB (Red+Green+Blue) = 121+71+105=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #794769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794769 is #86B896. Grayscale: #595959. Windows color (decimal): -8829079 or 6899577. OLE color: 6899577.

HSL color Cylindrical-coordinate representation of color #794769: hue angle of 319.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #794769 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 71 105 -
CMYK 0 0.41 0.13 0.53
HSL 319.2º 0.26% 0.38% -
HSV(B) 319.2º 0.41% 0.47% -
XYZ 12.69 9.59 14.55 -
YUV 89.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 121 71 105 0 0.41 0.13 0.53 319.2 0.26 0.38
Hex 79 47 69 0 29 D 35 13F 1A 26
Octal 171 107 151 0 51 15 65 477 32 46
Binary 1111001 1000111 1101001 0 101001 1101 110101 100111111 11010 100110

Color Harmonies of #794769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794769

Black with #794769

Text Example


Text Example

White with #794769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794769; }

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

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

background-color css

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

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

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

border-color css

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

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

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