#774758

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

Shades of Cosmic #774758

Tints of Cosmic #774758

Color information

#774758 (or 0x774758) is unknown color: approx Cosmic. HEX triplet: 77, 47 and 58. RGB value is (119,71,88). Sum of RGB (Red+Green+Blue) = 119+71+88=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #774758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774758 is #88B8A7. Grayscale: #575757. Windows color (decimal): -8960168 or 5785463. OLE color: 5785463.

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

Color convert

RGB1197188-
CMYK00.400.260.53
HSL338.75º25.26%37.25%-
HSV(B)338.75º40.34%46.67%-
XYZ11.629.1310.38-
YUV87.29128.4150.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=42.81%
G=25.54%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119718800.400.260.53338.7525.2637.25
Hex7747580281A351531925
Octal16710713005032655233145
Binary11101111000111101100001010001101011010110101001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774758; }

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

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

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

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

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

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

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

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