#784755

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

Shades of Cosmic #784755

Tints of Cosmic #784755

Color information

#784755 (or 0x784755) is unknown color: approx Cosmic. HEX triplet: 78, 47 and 55. RGB value is (120,71,85). Sum of RGB (Red+Green+Blue) = 120+71+85=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #784755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784755 is #87B8AA. Grayscale: #575757. Windows color (decimal): -8894635 or 5588856. OLE color: 5588856.

HSL color Cylindrical-coordinate representation of color #784755: hue angle of 342.86º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #784755 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1207185-
CMYK00.410.290.53
HSL342.86º25.65%37.45%-
HSV(B)342.86º40.83%47.06%-
XYZ11.649.169.75-
YUV87.25126.73151.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=43.48%
G=25.72%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120718500.410.290.53342.8625.6537.45
Hex7847550291D351571a25
Octal17010712505135655273245
Binary11110001000111101010101010011110111010110101011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784755; }

 p { color: rgb(120,71,85); }

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

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

 a { background-color: rgb(120,71,85); }

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

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

 span { border-color: rgb(120,71,85); }

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