#775961

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

Shades of Cosmic #775961

Tints of Cosmic #775961

Color information

#775961 (or 0x775961) is unknown color: approx Cosmic. HEX triplet: 77, 59 and 61. RGB value is (119,89,97). Sum of RGB (Red+Green+Blue) = 119+89+97=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775961 is #88A69E. Grayscale: #626262. Windows color (decimal): -8955551 or 6379895. OLE color: 6379895.

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

Color convert

RGB1198997-
CMYK00.250.180.53
HSL344º14.42%40.78%-
HSV(B)344º25.21%46.67%-
XYZ13.3411.9312.91-
YUV98.88126.94142.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=39.02%
G=29.18%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119899700.250.180.5334414.4240.78
Hex7759610191235158e29
Octal16713114103122655301651
Binary111011110110011100001011001100101101011010110001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775961; }

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

 H1.HeaderClassName
 {
   color: #775961;
 }
 .AnyTagClassName
 {
   color: #775961;
 }
</style>
background-color css

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

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

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

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

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

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