#784E5E

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

Shades of Cosmic #784E5E

Tints of Cosmic #784E5E

Color information

#784E5E (or 0x784E5E) is unknown color: approx Cosmic. HEX triplet: 78, 4E and 5E. RGB value is (120,78,94). Sum of RGB (Red+Green+Blue) = 120+78+94=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #784E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E5E is #87B1A1. Grayscale: #5C5C5C. Windows color (decimal): -8892834 or 6180472. OLE color: 6180472.

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

Color convert

RGB1207894-
CMYK00.350.220.53
HSL337.14º21.21%38.82%-
HSV(B)337.14º35%47.06%-
XYZ12.4910.2511.91-
YUV92.38128.91147.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=41.10%
G=26.71%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120789400.350.220.53337.1421.2138.82
Hex784E5E02316351511527
Octal17011613604326655212547
Binary11110001001110101111001000111011011010110101000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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