Html Css Color HEX #775761 Cosmic

📋 copy color: '#775761'

red 119 ◦ green 87 ◦ blue 97

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

Shades of Cosmic #775761

Tints of Cosmic #775761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

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

R = 39.27%
G = 28.71%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#775761 (or 0x775761) is known color: Cosmic. HEX triplet: 77, 57 and 61. RGB value is (119,87,97). Sum of RGB (Red+Green+Blue) = 119+87+97=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775761 is #88A89E. Grayscale: #616161. Windows color (decimal): -8956063 or 6379383. OLE color: 6379383.

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

Color convert

RGB 119 87 97 -
CMYK 0 0.27 0.18 0.53
HSL 341.25º 0.16% 0.4% -
HSV(B) 341.25º 0.27% 0.47% -
XYZ 13.17 11.6 12.85 -
YUV 97.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 119 87 97 0 0.27 0.18 0.53 341.25 0.16 0.4
Hex 77 57 61 0 1B 12 35 155 10 28
Octal 167 127 141 0 33 22 65 525 20 50
Binary 1110111 1010111 1100001 0 11011 10010 110101 101010101 10000 101000

Color Harmonies of #775761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775761

Black with #775761

Text Example


Text Example

White with #775761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775761; }

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

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

background-color css

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

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

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

border-color css

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

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

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