#784961

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

Shades of Cosmic #784961

Tints of Cosmic #784961

Color information

#784961 (or 0x784961) is unknown color: approx Cosmic. HEX triplet: 78, 49 and 61. RGB value is (120,73,97). Sum of RGB (Red+Green+Blue) = 120+73+97=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #784961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784961 is #87B69E. Grayscale: #595959. Windows color (decimal): -8894111 or 6375800. OLE color: 6375800.

HSL color Cylindrical-coordinate representation of color #784961: hue angle of 329.36º 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 #784961 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1207397-
CMYK00.390.190.53
HSL329.36º24.35%37.84%-
HSV(B)329.36º39.17%47.06%-
XYZ12.299.6212.52-
YUV89.79132.07149.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=41.38%
G=25.17%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120739700.390.190.53329.3624.3537.84
Hex78496102713351491826
Octal17011114104723655113046
Binary11110001001001110000101001111001111010110100100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784961; }

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

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

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

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

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

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

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

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