#784666

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

Shades of Cosmic #784666

Tints of Cosmic #784666

Color information

#784666 (or 0x784666) is unknown color: approx Cosmic. HEX triplet: 78, 46 and 66. RGB value is (120,70,102). Sum of RGB (Red+Green+Blue) = 120+70+102=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #784666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784666 is #87B999. Grayscale: #585858. Windows color (decimal): -8894874 or 6702712. OLE color: 6702712.

HSL color Cylindrical-coordinate representation of color #784666: hue angle of 321.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #784666 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12070102-
CMYK00.420.150.53
HSL321.6º26.32%37.25%-
HSV(B)321.6º41.67%47.06%-
XYZ12.339.3313.72-
YUV88.6135.56150.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=41.10%
G=23.97%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207010200.420.150.53321.626.3237.25
Hex78466602AF351421a25
Octal17010614605217655023245
Binary1111000100011011001100101010111111010110100001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784666; }

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

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

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

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

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

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

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

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