#774857

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

Shades of Cosmic #774857

Tints of Cosmic #774857

Color information

#774857 (or 0x774857) is unknown color: approx Cosmic. HEX triplet: 77, 48 and 57. RGB value is (119,72,87). Sum of RGB (Red+Green+Blue) = 119+72+87=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #774857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774857 is #88B7A8. Grayscale: #575757. Windows color (decimal): -8959913 or 5720183. OLE color: 5720183.

HSL color Cylindrical-coordinate representation of color #774857: hue angle of 340.85º 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 #774857 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1197287-
CMYK00.390.270.53
HSL340.85º24.61%37.45%-
HSV(B)340.85º39.5%46.67%-
XYZ11.659.2410.19-
YUV87.76127.57150.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=42.81%
G=25.90%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119728700.390.270.53340.8524.6137.45
Hex7748570271B351551925
Octal16711012704733655253145
Binary11101111001000101011101001111101111010110101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774857; }

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

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

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

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

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

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

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

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