#775A64

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

Shades of Cosmic #775A64

Tints of Cosmic #775A64

Color information

#775A64 (or 0x775A64) is unknown color: approx Cosmic. HEX triplet: 77, 5A and 64. RGB value is (119,90,100). Sum of RGB (Red+Green+Blue) = 119+90+100=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #775A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A64 is #88A59B. Grayscale: #636363. Windows color (decimal): -8955292 or 6576759. OLE color: 6576759.

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

Color convert

RGB11990100-
CMYK00.240.160.53
HSL339.31º13.88%40.98%-
HSV(B)339.31º24.37%46.67%-
XYZ13.5612.1513.69-
YUV99.81128.11141.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=38.51%
G=29.13%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199010000.240.160.53339.3113.8840.98
Hex775A640181035153e29
Octal16713214403020655231651
Binary111011110110101100100011000100001101011010100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A64; }

 p { color: rgb(119,90,100); }

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

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

 a { background-color: rgb(119,90,100); }

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

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

 span { border-color: rgb(119,90,100); }

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