#774556

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

Shades of Cosmic #774556

Tints of Cosmic #774556

Color information

#774556 (or 0x774556) is unknown color: approx Cosmic. HEX triplet: 77, 45 and 56. RGB value is (119,69,86). Sum of RGB (Red+Green+Blue) = 119+69+86=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774556 is #88BAA9. Grayscale: #555555. Windows color (decimal): -8960682 or 5653879. OLE color: 5653879.

HSL color Cylindrical-coordinate representation of color #774556: hue angle of 339.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774556 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1196986-
CMYK00.420.280.53
HSL339.6º26.6%36.86%-
HSV(B)339.6º42.02%46.67%-
XYZ11.428.859.91-
YUV85.89128.06151.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=43.43%
G=25.18%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119698600.420.280.53339.626.636.86
Hex77455602A1C351541b25
Octal16710512605234655243345
Binary11101111000101101011001010101110011010110101010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774556; }

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

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

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

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

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

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

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

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