#775365

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

Shades of Cosmic #775365

Tints of Cosmic #775365

Color information

#775365 (or 0x775365) is unknown color: approx Cosmic. HEX triplet: 77, 53 and 65. RGB value is (119,83,101). Sum of RGB (Red+Green+Blue) = 119+83+101=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775365 is #88AC9A. Grayscale: #5F5F5F. Windows color (decimal): -8957083 or 6640503. OLE color: 6640503.

HSL color Cylindrical-coordinate representation of color #775365: hue angle of 330º 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 #775365 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11983101-
CMYK00.300.150.53
HSL330º17.82%39.61%-
HSV(B)330º30.25%46.67%-
XYZ13.0511.0513.76-
YUV95.82130.93144.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=39.27%
G=27.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198310100.300.150.5333017.8239.61
Hex77536501EF3514a1228
Octal16712314503617655122250
Binary111011110100111100101011110111111010110100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775365; }

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

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

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

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

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

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

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

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