#774358

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

Shades of Cosmic #774358

Tints of Cosmic #774358

Color information

#774358 (or 0x774358) is unknown color: approx Cosmic. HEX triplet: 77, 43 and 58. RGB value is (119,67,88). Sum of RGB (Red+Green+Blue) = 119+67+88=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774358 is #88BCA7. Grayscale: #545454. Windows color (decimal): -8961192 or 5784439. OLE color: 5784439.

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

Color convert

RGB1196788-
CMYK00.440.260.53
HSL335.77º27.96%36.47%-
HSV(B)335.77º43.7%46.67%-
XYZ11.388.6410.3-
YUV84.94129.73152.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=43.43%
G=24.45%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119678800.440.260.53335.7727.9636.47
Hex77435802C1A351501c24
Octal16710313005432655203444
Binary11101111000011101100001011001101011010110101000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774358; }

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

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

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

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

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

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

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

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