#775363

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

Shades of Cosmic #775363

Tints of Cosmic #775363

Color information

#775363 (or 0x775363) is unknown color: approx Cosmic. HEX triplet: 77, 53 and 63. RGB value is (119,83,99). Sum of RGB (Red+Green+Blue) = 119+83+99=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #775363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775363 is #88AC9C. Grayscale: #5F5F5F. Windows color (decimal): -8957085 or 6509431. OLE color: 6509431.

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

Color convert

RGB1198399-
CMYK00.300.170.53
HSL333.33º17.82%39.61%-
HSV(B)333.33º30.25%46.67%-
XYZ12.9511.0113.25-
YUV95.59129.93144.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=39.53%
G=27.57%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119839900.300.170.53333.3317.8239.61
Hex77536301E113514d1228
Octal16712314303621655152250
Binary1110111101001111000110111101000111010110100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775363; }

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

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

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

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

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

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

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

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