#784768

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

Shades of Cosmic #784768

Tints of Cosmic #784768

Color information

#784768 (or 0x784768) is unknown color: approx Cosmic. HEX triplet: 78, 47 and 68. RGB value is (120,71,104). Sum of RGB (Red+Green+Blue) = 120+71+104=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #784768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784768 is #87B897. Grayscale: #595959. Windows color (decimal): -8894616 or 6834040. OLE color: 6834040.

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

Color convert

RGB12071104-
CMYK00.410.130.53
HSL319.59º25.65%37.45%-
HSV(B)319.59º40.83%47.06%-
XYZ12.59.514.27-
YUV89.41136.23149.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=40.68%
G=24.07%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207110400.410.130.53319.5925.6537.45
Hex784768029D351401a25
Octal17010715005115655003245
Binary1111000100011111010000101001110111010110100000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784768; }

 p { color: rgb(120,71,104); }

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

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

 a { background-color: rgb(120,71,104); }

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

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

 span { border-color: rgb(120,71,104); }

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