#774757

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

Shades of Cosmic #774757

Tints of Cosmic #774757

Color information

#774757 (or 0x774757) is unknown color: approx Cosmic. HEX triplet: 77, 47 and 57. RGB value is (119,71,87). Sum of RGB (Red+Green+Blue) = 119+71+87=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #774757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774757 is #88B8A8. Grayscale: #575757. Windows color (decimal): -8960169 or 5719927. OLE color: 5719927.

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

Color convert

RGB1197187-
CMYK00.400.270.53
HSL340º25.26%37.25%-
HSV(B)340º40.34%46.67%-
XYZ11.589.1210.17-
YUV87.18127.9150.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=42.96%
G=25.63%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119718700.400.270.5334025.2637.25
Hex7747570281B351541925
Octal16710712705033655243145
Binary11101111000111101011101010001101111010110101010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774757; }

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

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

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

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

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

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

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

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