Html Css Color HEX #793E60 Cosmic

📋 copy color: '#793E60'

red 121 ◦ green 62 ◦ blue 96

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

Shades of Cosmic #793E60

Tints of Cosmic #793E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.22%

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 43.37%
G = 22.22%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#793E60 (or 0x793E60) is known color: Cosmic. HEX triplet: 79, 3E and 60. RGB value is (121,62,96). Sum of RGB (Red+Green+Blue) = 121+62+96=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #793E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793E60 is #86C19F. Grayscale: #535353. Windows color (decimal): -8831392 or 6307449. OLE color: 6307449.

HSL color Cylindrical-coordinate representation of color #793E60: hue angle of 325.42º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #793E60 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 62 96 -
CMYK 0 0.49 0.21 0.53
HSL 325.42º 0.32% 0.36% -
HSV(B) 325.42º 0.49% 0.47% -
XYZ 11.72 8.35 12.06 -
YUV 83.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 121 62 96 0 0.49 0.21 0.53 325.42 0.32 0.36
Hex 79 3E 60 0 31 15 35 145 20 24
Octal 171 76 140 0 61 25 65 505 40 44
Binary 1111001 111110 1100000 0 110001 10101 110101 101000101 100000 100100

Color Harmonies of #793E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793E60

Black with #793E60

Text Example


Text Example

White with #793E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793E60; }

 p { color: rgb(121,62,96); }

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

background-color css

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

 a { background-color: rgb(121,62,96); }

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

border-color css

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

 span { border-color: rgb(121,62,96); }

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