#775763

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

Shades of Cosmic #775763

Tints of Cosmic #775763

Color information

#775763 (or 0x775763) is unknown color: approx Cosmic. HEX triplet: 77, 57 and 63. RGB value is (119,87,99). Sum of RGB (Red+Green+Blue) = 119+87+99=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775763 is #88A89C. Grayscale: #616161. Windows color (decimal): -8956061 or 6510455. OLE color: 6510455.

HSL color Cylindrical-coordinate representation of color #775763: hue angle of 337.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #775763 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1198799-
CMYK00.270.170.53
HSL337.5º15.53%40.39%-
HSV(B)337.5º26.89%46.67%-
XYZ13.2711.6413.35-
YUV97.94128.6143.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=39.02%
G=28.52%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119879900.270.170.53337.515.5340.39
Hex77576301B11351521028
Octal16712714303321655222050
Binary1110111101011111000110110111000111010110101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775763; }

 p { color: rgb(119,87,99); }

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

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

 a { background-color: rgb(119,87,99); }

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

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

 span { border-color: rgb(119,87,99); }

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