#773C65

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

Shades of Cosmic #773C65

Tints of Cosmic #773C65

Color information

#773C65 (or 0x773C65) is unknown color: approx Cosmic. HEX triplet: 77, 3C and 65. RGB value is (119,60,101). Sum of RGB (Red+Green+Blue) = 119+60+101=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #773C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C65 is #88C39A. Grayscale: #525252. Windows color (decimal): -8962971 or 6634615. OLE color: 6634615.

HSL color Cylindrical-coordinate representation of color #773C65: hue angle of 318.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773C65 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11960101-
CMYK00.500.150.53
HSL318.31º32.96%35.1%-
HSV(B)318.31º49.58%46.67%-
XYZ11.578.0913.26-
YUV82.31138.55154.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=42.5%
G=21.43%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196010100.500.150.53318.3132.9635.1
Hex773C65032F3513e2123
Octal1677414506217654764143
Binary1110111111100110010101100101111110101100111110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773C65; }

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

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

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

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

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

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

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

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