#775A68

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

Shades of Cosmic #775A68

Tints of Cosmic #775A68

Color information

#775A68 (or 0x775A68) is unknown color: approx Cosmic. HEX triplet: 77, 5A and 68. RGB value is (119,90,104). Sum of RGB (Red+Green+Blue) = 119+90+104=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A68 is #88A597. Grayscale: #646464. Windows color (decimal): -8955288 or 6838903. OLE color: 6838903.

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

Color convert

RGB11990104-
CMYK00.240.130.53
HSL331.03º13.88%40.98%-
HSV(B)331.03º24.37%46.67%-
XYZ13.7612.2314.73-
YUV100.27130.11141.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=38.02%
G=28.75%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199010400.240.130.53331.0313.8840.98
Hex775A68018D3514be29
Octal16713215003015655131651
Binary11101111011010110100001100011011101011010010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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