Html Css Color HEX #793D5D Cosmic

📋 copy color: '#793D5D'

red 121 ◦ green 61 ◦ blue 93

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

Shades of Cosmic #793D5D

Tints of Cosmic #793D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 44%
G = 22.18%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#793D5D (or 0x793D5D) is known color: Cosmic. HEX triplet: 79, 3D and 5D. RGB value is (121,61,93). Sum of RGB (Red+Green+Blue) = 121+61+93=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #793D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793D5D is #86C2A2. Grayscale: #525252. Windows color (decimal): -8831651 or 6110585. OLE color: 6110585.

HSL color Cylindrical-coordinate representation of color #793D5D: hue angle of 328º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793D5D is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 61 93 -
CMYK 0 0.50 0.23 0.53
HSL 328º 0.33% 0.36% -
HSV(B) 328º 0.5% 0.47% -
XYZ 11.53 8.19 11.33 -
YUV 82.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 121 61 93 0 0.50 0.23 0.53 328 0.33 0.36
Hex 79 3D 5D 0 32 17 35 148 21 24
Octal 171 75 135 0 62 27 65 510 41 44
Binary 1111001 111101 1011101 0 110010 10111 110101 101001000 100001 100100

Color Harmonies of #793D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793D5D

Black with #793D5D

Text Example


Text Example

White with #793D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,61,93); }

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

background-color css

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

 a { background-color: rgb(121,61,93); }

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

border-color css

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

 span { border-color: rgb(121,61,93); }

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