#774457

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

Shades of Cosmic #774457

Tints of Cosmic #774457

Color information

#774457 (or 0x774457) is unknown color: approx Cosmic. HEX triplet: 77, 44 and 57. RGB value is (119,68,87). Sum of RGB (Red+Green+Blue) = 119+68+87=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774457 is #88BBA8. Grayscale: #555555. Windows color (decimal): -8960937 or 5719159. OLE color: 5719159.

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

Color convert

RGB1196887-
CMYK00.430.270.53
HSL337.65º27.27%36.67%-
HSV(B)337.65º42.86%46.67%-
XYZ11.48.7410.1-
YUV85.42128.9151.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 87 (34.38% from 255) = 31.75%
R=43.43%
G=24.82%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119688700.430.270.53337.6527.2736.67
Hex77445702B1B351521b25
Octal16710412705333655223345
Binary11101111000100101011101010111101111010110101001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774457; }

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

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

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

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

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

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

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

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