#775D6C

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

Shades of Cosmic #775D6C

Tints of Cosmic #775D6C

Color information

#775D6C (or 0x775D6C) is unknown color: approx Cosmic. HEX triplet: 77, 5D and 6C. RGB value is (119,93,108). Sum of RGB (Red+Green+Blue) = 119+93+108=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D6C is #88A293. Grayscale: #666666. Windows color (decimal): -8954516 or 7101815. OLE color: 7101815.

HSL color Cylindrical-coordinate representation of color #775D6C: hue angle of 325.38º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #775D6C is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11993108-
CMYK00.220.090.53
HSL325.38º12.26%41.57%-
HSV(B)325.38º21.85%46.67%-
XYZ14.2312.8315.91-
YUV102.48131.11139.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=37.19%
G=29.06%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199310800.220.090.53325.3812.2641.57
Hex775D6C016935145c2a
Octal16713515402611655051452
Binary11101111011101110110001011010011101011010001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,93,108); }

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

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

 a { background-color: rgb(119,93,108); }

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

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

 span { border-color: rgb(119,93,108); }

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