#774257

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

Shades of Cosmic #774257

Tints of Cosmic #774257

Color information

#774257 (or 0x774257) is unknown color: approx Cosmic. HEX triplet: 77, 42 and 57. RGB value is (119,66,87). Sum of RGB (Red+Green+Blue) = 119+66+87=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774257 is #88BDA8. Grayscale: #545454. Windows color (decimal): -8961449 or 5718647. OLE color: 5718647.

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

Color convert

RGB1196687-
CMYK00.450.270.53
HSL336.23º28.65%36.27%-
HSV(B)336.23º44.54%46.67%-
XYZ11.288.5110.06-
YUV84.24129.56152.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=43.75%
G=24.26%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119668700.450.270.53336.2328.6536.27
Hex77425702D1B351501d24
Octal16710212705533655203544
Binary11101111000010101011101011011101111010110101000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774257; }

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

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

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

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

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

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

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

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