Html Css Color HEX #794865 Cosmic

📋 copy color: '#794865'

red 121 ◦ green 72 ◦ blue 101

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

Shades of Cosmic #794865

Tints of Cosmic #794865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 41.16%
G = 24.49%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#794865 (or 0x794865) is known color: Cosmic. HEX triplet: 79, 48 and 65. RGB value is (121,72,101). Sum of RGB (Red+Green+Blue) = 121+72+101=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #794865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794865 is #86B79A. Grayscale: #595959. Windows color (decimal): -8828827 or 6637689. OLE color: 6637689.

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

Color convert

RGB 121 72 101 -
CMYK 0 0.40 0.17 0.53
HSL 324.49º 0.25% 0.38% -
HSV(B) 324.49º 0.4% 0.47% -
XYZ 12.55 9.64 13.51 -
YUV 89.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 121 72 101 0 0.40 0.17 0.53 324.49 0.25 0.38
Hex 79 48 65 0 28 11 35 144 19 26
Octal 171 110 145 0 50 21 65 504 31 46
Binary 1111001 1001000 1100101 0 101000 10001 110101 101000100 11001 100110

Color Harmonies of #794865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794865

Black with #794865

Text Example


Text Example

White with #794865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794865; }

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

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

background-color css

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

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

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

border-color css

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

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

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