#784955

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

Shades of Cosmic #784955

Tints of Cosmic #784955

Color information

#784955 (or 0x784955) is unknown color: approx Cosmic. HEX triplet: 78, 49 and 55. RGB value is (120,73,85). Sum of RGB (Red+Green+Blue) = 120+73+85=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #784955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784955 is #87B6AA. Grayscale: #585858. Windows color (decimal): -8894123 or 5589368. OLE color: 5589368.

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

Color convert

RGB1207385-
CMYK00.390.290.53
HSL344.68º24.35%37.84%-
HSV(B)344.68º39.17%47.06%-
XYZ11.779.419.79-
YUV88.42126.07150.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=43.17%
G=26.26%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120738500.390.290.53344.6824.3537.84
Hex7849550271D351591826
Octal17011112504735655313046
Binary11110001001001101010101001111110111010110101100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784955; }

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

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

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

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

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

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

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

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