#774856

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

Shades of Cosmic #774856

Tints of Cosmic #774856

Color information

#774856 (or 0x774856) is unknown color: approx Cosmic. HEX triplet: 77, 48 and 56. RGB value is (119,72,86). Sum of RGB (Red+Green+Blue) = 119+72+86=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #774856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774856 is #88B7A9. Grayscale: #575757. Windows color (decimal): -8959914 or 5654647. OLE color: 5654647.

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

Color convert

RGB1197286-
CMYK00.390.280.53
HSL342.13º24.61%37.45%-
HSV(B)342.13º39.5%46.67%-
XYZ11.69.239.97-
YUV87.65127.07150.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=42.96%
G=25.99%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119728600.390.280.53342.1324.6137.45
Hex7748560271C351561925
Octal16711012604734655263145
Binary11101111001000101011001001111110011010110101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774856; }

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

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

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

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

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

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

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

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