#784269

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

Shades of Cosmic #784269

Tints of Cosmic #784269

Color information

#784269 (or 0x784269) is unknown color: approx Cosmic. HEX triplet: 78, 42 and 69. RGB value is (120,66,105). Sum of RGB (Red+Green+Blue) = 120+66+105=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #784269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784269 is #87BD96. Grayscale: #565656. Windows color (decimal): -8895895 or 6898296. OLE color: 6898296.

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

Color convert

RGB12066105-
CMYK00.450.130.53
HSL316.67º29.03%36.47%-
HSV(B)316.67º45%47.06%-
XYZ12.248.9114.44-
YUV86.59138.39151.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=41.24%
G=22.68%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206610500.450.130.53316.6729.0336.47
Hex78426902DD3513d1d24
Octal17010215105515654753544
Binary1111000100001011010010101101110111010110011110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784269; }

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

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

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

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

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

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

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

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