#784764

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

Shades of Cosmic #784764

Tints of Cosmic #784764

Color information

#784764 (or 0x784764) is unknown color: approx Cosmic. HEX triplet: 78, 47 and 64. RGB value is (120,71,100). Sum of RGB (Red+Green+Blue) = 120+71+100=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #784764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784764 is #87B89B. Grayscale: #585858. Windows color (decimal): -8894620 or 6571896. OLE color: 6571896.

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

Color convert

RGB12071100-
CMYK00.410.170.53
HSL324.49º25.65%37.45%-
HSV(B)324.49º40.83%47.06%-
XYZ12.39.4213.23-
YUV88.96134.23150.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=41.24%
G=24.40%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207110000.410.170.53324.4925.6537.45
Hex78476402911351441a25
Octal17010714405121655043245
Binary11110001000111110010001010011000111010110100010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784764; }

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

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

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

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

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

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

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

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