Html Css Color HEX #795660 Cosmic

📋 copy color: '#795660'

red 121 ◦ green 86 ◦ blue 96

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

Shades of Cosmic #795660

Tints of Cosmic #795660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

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

R = 39.93%
G = 28.38%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#795660 (or 0x795660) is known color: Cosmic. HEX triplet: 79, 56 and 60. RGB value is (121,86,96). Sum of RGB (Red+Green+Blue) = 121+86+96=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #795660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795660 is #86A99F. Grayscale: #616161. Windows color (decimal): -8825248 or 6313593. OLE color: 6313593.

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

Color convert

RGB 121 86 96 -
CMYK 0 0.29 0.21 0.53
HSL 342.86º 0.17% 0.41% -
HSV(B) 342.86º 0.29% 0.47% -
XYZ 13.32 11.57 12.6 -
YUV 97.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 121 86 96 0 0.29 0.21 0.53 342.86 0.17 0.41
Hex 79 56 60 0 1D 15 35 157 11 29
Octal 171 126 140 0 35 25 65 527 21 51
Binary 1111001 1010110 1100000 0 11101 10101 110101 101010111 10001 101001

Color Harmonies of #795660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795660

Black with #795660

Text Example


Text Example

White with #795660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795660; }

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

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

background-color css

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

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

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

border-color css

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

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

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