Html Css Color HEX #793D5E Cosmic

📋 copy color: '#793D5E'

red 121 ◦ green 61 ◦ blue 94

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

Shades of Cosmic #793D5E

Tints of Cosmic #793D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 43.84%
G = 22.1%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#793D5E (or 0x793D5E) is known color: Cosmic. HEX triplet: 79, 3D and 5E. RGB value is (121,61,94). Sum of RGB (Red+Green+Blue) = 121+61+94=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #793D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793D5E is #86C2A1. Grayscale: #525252. Windows color (decimal): -8831650 or 6176121. OLE color: 6176121.

HSL color Cylindrical-coordinate representation of color #793D5E: hue angle of 327º 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 #793D5E is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 61 94 -
CMYK 0 0.50 0.22 0.53
HSL 327º 0.33% 0.36% -
HSV(B) 327º 0.5% 0.47% -
XYZ 11.57 8.21 11.56 -
YUV 82.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 121 61 94 0 0.50 0.22 0.53 327 0.33 0.36
Hex 79 3D 5E 0 32 16 35 147 21 24
Octal 171 75 136 0 62 26 65 507 41 44
Binary 1111001 111101 1011110 0 110010 10110 110101 101000111 100001 100100

Color Harmonies of #793D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793D5E

Black with #793D5E

Text Example


Text Example

White with #793D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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