#775A6B

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

Shades of Cosmic #775A6B

Tints of Cosmic #775A6B

Color information

#775A6B (or 0x775A6B) is unknown color: approx Cosmic. HEX triplet: 77, 5A and 6B. RGB value is (119,90,107). Sum of RGB (Red+Green+Blue) = 119+90+107=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #775A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A6B is #88A594. Grayscale: #646464. Windows color (decimal): -8955285 or 7035511. OLE color: 7035511.

HSL color Cylindrical-coordinate representation of color #775A6B: hue angle of 324.83º 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 #775A6B is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11990107-
CMYK00.240.100.53
HSL324.83º13.88%40.98%-
HSV(B)324.83º24.37%46.67%-
XYZ13.9212.315.55-
YUV100.61131.61141.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=37.66%
G=28.48%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199010700.240.100.53324.8313.8840.98
Hex775A6B018A35145e29
Octal16713215303012655051651
Binary11101111011010110101101100010101101011010001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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