#774C56

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

Shades of Cosmic #774C56

Tints of Cosmic #774C56

Color information

#774C56 (or 0x774C56) is unknown color: approx Cosmic. HEX triplet: 77, 4C and 56. RGB value is (119,76,86). Sum of RGB (Red+Green+Blue) = 119+76+86=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #774C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C56 is #88B3A9. Grayscale: #5A5A5A. Windows color (decimal): -8958890 or 5655671. OLE color: 5655671.

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

Color convert

RGB1197686-
CMYK00.360.280.53
HSL346.05º22.05%38.24%-
HSV(B)346.05º36.13%46.67%-
XYZ11.879.7610.06-
YUV90125.75148.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=42.35%
G=27.05%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119768600.360.280.53346.0522.0538.24
Hex774C560241C3515a1626
Octal16711412604434655322646
Binary11101111001100101011001001001110011010110101101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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