#774C63

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

Shades of Cosmic #774C63

Tints of Cosmic #774C63

Color information

#774C63 (or 0x774C63) is unknown color: approx Cosmic. HEX triplet: 77, 4C and 63. RGB value is (119,76,99). Sum of RGB (Red+Green+Blue) = 119+76+99=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #774C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C63 is #88B39C. Grayscale: #5B5B5B. Windows color (decimal): -8958877 or 6507639. OLE color: 6507639.

HSL color Cylindrical-coordinate representation of color #774C63: hue angle of 327.91º 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 #774C63 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1197699-
CMYK00.360.170.53
HSL327.91º22.05%38.24%-
HSV(B)327.91º36.13%46.67%-
XYZ12.449.9913.08-
YUV91.48132.25147.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=40.48%
G=25.85%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119769900.360.170.53327.9122.0538.24
Hex774C6302411351481626
Octal16711414304421655102646
Binary11101111001100110001101001001000111010110100100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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