#775761

Color #775761 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #775761

Tints of Cosmic #775761

Color information

#775761 (or 0x775761) is unknown color: approx 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

RGB1198797-
CMYK00.270.180.53
HSL341.25º15.53%40.39%-
HSV(B)341.25º26.89%46.67%-
XYZ13.1711.612.85-
YUV97.71127.6143.19-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119879700.270.180.53341.2515.5340.39
Hex77576101B12351551028
Octal16712714103322655252050
Binary1110111101011111000010110111001011010110101010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>