#784C64

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

Shades of Cosmic #784C64

Tints of Cosmic #784C64

Color information

#784C64 (or 0x784C64) is unknown color: approx Cosmic. HEX triplet: 78, 4C and 64. RGB value is (120,76,100). Sum of RGB (Red+Green+Blue) = 120+76+100=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #784C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C64 is #87B39B. Grayscale: #5B5B5B. Windows color (decimal): -8893340 or 6573176. OLE color: 6573176.

HSL color Cylindrical-coordinate representation of color #784C64: hue angle of 327.27º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #784C64 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12076100-
CMYK00.370.170.53
HSL327.27º22.45%38.43%-
HSV(B)327.27º36.67%47.06%-
XYZ12.6310.0813.34-
YUV91.89132.58148.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 76 (30.08% from 255) = 25.68%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=40.54%
G=25.68%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207610000.370.170.53327.2722.4538.43
Hex784C6402511351471626
Octal17011414404521655072646
Binary11110001001100110010001001011000111010110100011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784C64; }

 p { color: rgb(120,76,100); }

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

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

 a { background-color: rgb(120,76,100); }

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

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

 span { border-color: rgb(120,76,100); }

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