#784E64

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

Shades of Cosmic #784E64

Tints of Cosmic #784E64

Color information

#784E64 (or 0x784E64) is unknown color: approx Cosmic. HEX triplet: 78, 4E and 64. RGB value is (120,78,100). Sum of RGB (Red+Green+Blue) = 120+78+100=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #784E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E64 is #87B19B. Grayscale: #5D5D5D. Windows color (decimal): -8892828 or 6573688. OLE color: 6573688.

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

Color convert

RGB12078100-
CMYK00.350.170.53
HSL328.57º21.21%38.82%-
HSV(B)328.57º35%47.06%-
XYZ12.7710.3613.38-
YUV93.07131.91147.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=40.27%
G=26.17%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207810000.350.170.53328.5721.2138.82
Hex784E6402311351491527
Octal17011614404321655112547
Binary11110001001110110010001000111000111010110100100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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