#784C5E

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

Shades of Cosmic #784C5E

Tints of Cosmic #784C5E

Color information

#784C5E (or 0x784C5E) is unknown color: approx Cosmic. HEX triplet: 78, 4C and 5E. RGB value is (120,76,94). Sum of RGB (Red+Green+Blue) = 120+76+94=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #784C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C5E is #87B3A1. Grayscale: #5B5B5B. Windows color (decimal): -8893346 or 6179960. OLE color: 6179960.

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

Color convert

RGB1207694-
CMYK00.370.220.53
HSL335.45º22.45%38.43%-
HSV(B)335.45º36.67%47.06%-
XYZ12.359.9711.86-
YUV91.21129.58148.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 76 (30.08% from 255) = 26.21%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=41.38%
G=26.21%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120769400.370.220.53335.4522.4538.43
Hex784C5E025163514f1626
Octal17011413604526655172646
Binary11110001001100101111001001011011011010110100111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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