#774C60

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

Shades of Cosmic #774C60

Tints of Cosmic #774C60

Color information

#774C60 (or 0x774C60) is unknown color: approx Cosmic. HEX triplet: 77, 4C and 60. RGB value is (119,76,96). Sum of RGB (Red+Green+Blue) = 119+76+96=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #774C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C60 is #88B39F. Grayscale: #5B5B5B. Windows color (decimal): -8958880 or 6311031. OLE color: 6311031.

HSL color Cylindrical-coordinate representation of color #774C60: hue angle of 332.09º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774C60 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1197696-
CMYK00.360.190.53
HSL332.09º22.05%38.24%-
HSV(B)332.09º36.13%46.67%-
XYZ12.39.9412.34-
YUV91.14130.75147.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 76 (30.08% from 255) = 26.12%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=40.89%
G=26.12%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119769600.360.190.53332.0922.0538.24
Hex774C60024133514c1626
Octal16711414004423655142646
Binary11101111001100110000001001001001111010110100110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774C60; }

 p { color: rgb(119,76,96); }

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

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

 a { background-color: rgb(119,76,96); }

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

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

 span { border-color: rgb(119,76,96); }

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