Html Css Color HEX #775660 Cosmic

📋 copy color: '#775660'

red 119 ◦ green 86 ◦ blue 96

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

Shades of Cosmic #775660

Tints of Cosmic #775660

RGB

 RED value IS 119 (46.88% from 255) = 39.53%

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

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

R = 39.53%
G = 28.57%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#775660 (or 0x775660) is known color: Cosmic. HEX triplet: 77, 56 and 60. RGB value is (119,86,96). Sum of RGB (Red+Green+Blue) = 119+86+96=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #775660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775660 is #88A99F. Grayscale: #616161. Windows color (decimal): -8956320 or 6313591. OLE color: 6313591.

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

Color convert

RGB 119 86 96 -
CMYK 0 0.28 0.19 0.53
HSL 341.82º 0.16% 0.4% -
HSV(B) 341.82º 0.28% 0.47% -
XYZ 13.05 11.42 12.58 -
YUV 97.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 119 86 96 0 0.28 0.19 0.53 341.82 0.16 0.4
Hex 77 56 60 0 1C 13 35 156 10 28
Octal 167 126 140 0 34 23 65 526 20 50
Binary 1110111 1010110 1100000 0 11100 10011 110101 101010110 10000 101000

Color Harmonies of #775660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775660

Black with #775660

Text Example


Text Example

White with #775660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775660; }

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

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

background-color css

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

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

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

border-color css

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

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

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