Html Css Color HEX #775661 Cosmic

📋 copy color: '#775661'

red 119 ◦ green 86 ◦ blue 97

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

Shades of Cosmic #775661

Tints of Cosmic #775661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.12%

R = 39.4%
G = 28.48%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#775661 (or 0x775661) is known color: Cosmic. HEX triplet: 77, 56 and 61. RGB value is (119,86,97). Sum of RGB (Red+Green+Blue) = 119+86+97=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #775661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775661 is #88A99E. Grayscale: #616161. Windows color (decimal): -8956319 or 6379127. OLE color: 6379127.

HSL color Cylindrical-coordinate representation of color #775661: hue angle of 340º 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 #775661 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 97 -
CMYK 0 0.28 0.18 0.53
HSL 340º 0.16% 0.4% -
HSV(B) 340º 0.28% 0.47% -
XYZ 13.09 11.44 12.83 -
YUV 97.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 119 86 97 0 0.28 0.18 0.53 340 0.16 0.4
Hex 77 56 61 0 1C 12 35 154 10 28
Octal 167 126 141 0 34 22 65 524 20 50
Binary 1110111 1010110 1100001 0 11100 10010 110101 101010100 10000 101000

Color Harmonies of #775661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775661

Black with #775661

Text Example


Text Example

White with #775661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775661; }

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

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

background-color css

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

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

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

border-color css

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

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

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