#784F5C

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

Shades of Cosmic #784F5C

Tints of Cosmic #784F5C

Color information

#784F5C (or 0x784F5C) is unknown color: approx Cosmic. HEX triplet: 78, 4F and 5C. RGB value is (120,79,92). Sum of RGB (Red+Green+Blue) = 120+79+92=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #784F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F5C is #87B0A3. Grayscale: #5C5C5C. Windows color (decimal): -8892580 or 6049656. OLE color: 6049656.

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

Color convert

RGB1207992-
CMYK00.340.230.53
HSL340.98º20.6%39.02%-
HSV(B)340.98º34.17%47.06%-
XYZ12.4710.3611.47-
YUV92.74127.58147.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=41.24%
G=27.15%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120799200.340.230.53340.9820.639.02
Hex784F5C02217351551527
Octal17011713404227655252547
Binary11110001001111101110001000101011111010110101010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,79,92); }

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

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

 a { background-color: rgb(120,79,92); }

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

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

 span { border-color: rgb(120,79,92); }

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