#784266

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

Shades of Cosmic #784266

Tints of Cosmic #784266

Color information

#784266 (or 0x784266) is unknown color: approx Cosmic. HEX triplet: 78, 42 and 66. RGB value is (120,66,102). Sum of RGB (Red+Green+Blue) = 120+66+102=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #784266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784266 is #87BD99. Grayscale: #565656. Windows color (decimal): -8895898 or 6701688. OLE color: 6701688.

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

Color convert

RGB12066102-
CMYK00.450.150.53
HSL320º29.03%36.47%-
HSV(B)320º45%47.06%-
XYZ12.098.8513.64-
YUV86.25136.89152.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=41.67%
G=22.92%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206610200.450.150.5332029.0336.47
Hex78426602DF351401d24
Octal17010214605517655003544
Binary1111000100001011001100101101111111010110100000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784266; }

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

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

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

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

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

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

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

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