#774258

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

Shades of Cosmic #774258

Tints of Cosmic #774258

Color information

#774258 (or 0x774258) is unknown color: approx Cosmic. HEX triplet: 77, 42 and 58. RGB value is (119,66,88). Sum of RGB (Red+Green+Blue) = 119+66+88=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774258 is #88BDA7. Grayscale: #545454. Windows color (decimal): -8961448 or 5784183. OLE color: 5784183.

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

Color convert

RGB1196688-
CMYK00.450.260.53
HSL335.09º28.65%36.27%-
HSV(B)335.09º44.54%46.67%-
XYZ11.328.5210.28-
YUV84.35130.06152.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=43.59%
G=24.18%
B=32.23%

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
Decimal119668800.450.260.53335.0928.6536.27
Hex77425802D1A3514f1d24
Octal16710213005532655173544
Binary11101111000010101100001011011101011010110100111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774258; }

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

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

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

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

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

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

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

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