#784E5B

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

Shades of Cosmic #784E5B

Tints of Cosmic #784E5B

Color information

#784E5B (or 0x784E5B) is unknown color: approx Cosmic. HEX triplet: 78, 4E and 5B. RGB value is (120,78,91). Sum of RGB (Red+Green+Blue) = 120+78+91=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #784E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E5B is #87B1A4. Grayscale: #5C5C5C. Windows color (decimal): -8892837 or 5983864. OLE color: 5983864.

HSL color Cylindrical-coordinate representation of color #784E5B: hue angle of 341.43º 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 #784E5B is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1207891-
CMYK00.350.240.53
HSL341.43º21.21%38.82%-
HSV(B)341.43º35%47.06%-
XYZ12.3610.211.21-
YUV92.04127.41147.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=41.52%
G=26.99%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120789100.350.240.53341.4321.2138.82
Hex784E5B02318351551527
Octal17011613304330655252547
Binary11110001001110101101101000111100011010110101010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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