#774158

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

Shades of Cosmic #774158

Tints of Cosmic #774158

Color information

#774158 (or 0x774158) is unknown color: approx Cosmic. HEX triplet: 77, 41 and 58. RGB value is (119,65,88). Sum of RGB (Red+Green+Blue) = 119+65+88=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774158 is #88BEA7. Grayscale: #535353. Windows color (decimal): -8961704 or 5783927. OLE color: 5783927.

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

Color convert

RGB1196588-
CMYK00.450.260.53
HSL334.44º29.35%36.08%-
HSV(B)334.44º45.38%46.67%-
XYZ11.268.4110.26-
YUV83.77130.39153.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=43.75%
G=23.90%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119658800.450.260.53334.4429.3536.08
Hex77415802D1A3514e1d24
Octal16710113005532655163544
Binary11101111000001101100001011011101011010110100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774158; }

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

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

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

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

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

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

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

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