Html Css Color HEX #795160 Cosmic

📋 copy color: '#795160'

red 121 ◦ green 81 ◦ blue 96

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

Shades of Cosmic #795160

Tints of Cosmic #795160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.18%

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

R = 40.6%
G = 27.18%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#795160 (or 0x795160) is known color: Cosmic. HEX triplet: 79, 51 and 60. RGB value is (121,81,96). Sum of RGB (Red+Green+Blue) = 121+81+96=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #795160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795160 is #86AE9F. Grayscale: #5E5E5E. Windows color (decimal): -8826528 or 6312313. OLE color: 6312313.

HSL color Cylindrical-coordinate representation of color #795160: hue angle of 337.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #795160 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 96 -
CMYK 0 0.33 0.21 0.53
HSL 337.5º 0.2% 0.4% -
HSV(B) 337.5º 0.33% 0.47% -
XYZ 12.94 10.79 12.47 -
YUV 94.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 121 81 96 0 0.33 0.21 0.53 337.5 0.2 0.4
Hex 79 51 60 0 21 15 35 152 14 28
Octal 171 121 140 0 41 25 65 522 24 50
Binary 1111001 1010001 1100000 0 100001 10101 110101 101010010 10100 101000

Color Harmonies of #795160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795160

Black with #795160

Text Example


Text Example

White with #795160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795160; }

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

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

background-color css

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

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

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

border-color css

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

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

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