Html Css Color HEX #795560 Cosmic

📋 copy color: '#795560'

red 121 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #795560

Tints of Cosmic #795560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 40.07%
G = 28.15%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#795560 (or 0x795560) is known color: Cosmic. HEX triplet: 79, 55 and 60. RGB value is (121,85,96). Sum of RGB (Red+Green+Blue) = 121+85+96=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #795560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795560 is #86AA9F. Grayscale: #616161. Windows color (decimal): -8825504 or 6313337. OLE color: 6313337.

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

Color convert

RGB 121 85 96 -
CMYK 0 0.30 0.21 0.53
HSL 341.67º 0.17% 0.4% -
HSV(B) 341.67º 0.3% 0.47% -
XYZ 13.24 11.41 12.57 -
YUV 97.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 121 85 96 0 0.30 0.21 0.53 341.67 0.17 0.4
Hex 79 55 60 0 1E 15 35 156 11 28
Octal 171 125 140 0 36 25 65 526 21 50
Binary 1111001 1010101 1100000 0 11110 10101 110101 101010110 10001 101000

Color Harmonies of #795560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795560

Black with #795560

Text Example


Text Example

White with #795560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795560; }

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

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

background-color css

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

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

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

border-color css

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

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

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