#784B5A

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

Shades of Cosmic #784B5A

Tints of Cosmic #784B5A

Color information

#784B5A (or 0x784B5A) is unknown color: approx Cosmic. HEX triplet: 78, 4B and 5A. RGB value is (120,75,90). Sum of RGB (Red+Green+Blue) = 120+75+90=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #784B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B5A is #87B4A5. Grayscale: #5A5A5A. Windows color (decimal): -8893606 or 5917560. OLE color: 5917560.

HSL color Cylindrical-coordinate representation of color #784B5A: hue angle of 340º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784B5A is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1207590-
CMYK00.370.250.53
HSL340º23.08%38.24%-
HSV(B)340º37.5%47.06%-
XYZ12.119.7610.92-
YUV90.16127.91149.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120759000.370.250.5334023.0838.24
Hex784B5A02519351541726
Octal17011313204531655242746
Binary11110001001011101101001001011100111010110101010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,75,90); }

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

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

 a { background-color: rgb(120,75,90); }

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

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

 span { border-color: rgb(120,75,90); }

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