#784256

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

Shades of Cosmic #784256

Tints of Cosmic #784256

Color information

#784256 (or 0x784256) is unknown color: approx Cosmic. HEX triplet: 78, 42 and 56. RGB value is (120,66,86). Sum of RGB (Red+Green+Blue) = 120+66+86=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #784256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784256 is #87BDA9. Grayscale: #545454. Windows color (decimal): -8895914 or 5653112. OLE color: 5653112.

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

Color convert

RGB1206686-
CMYK00.450.280.53
HSL337.78º29.03%36.47%-
HSV(B)337.78º45%47.06%-
XYZ11.378.569.86-
YUV84.43128.89153.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=44.12%
G=24.26%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120668600.450.280.53337.7829.0336.47
Hex78425602D1C351521d24
Octal17010212605534655223544
Binary11110001000010101011001011011110011010110101001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784256; }

 p { color: rgb(120,66,86); }

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

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

 a { background-color: rgb(120,66,86); }

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

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

 span { border-color: rgb(120,66,86); }

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