#78476A

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

Shades of Cosmic #78476A

Tints of Cosmic #78476A

Color information

#78476A (or 0x78476A) is unknown color: approx Cosmic. HEX triplet: 78, 47 and 6A. RGB value is (120,71,106). Sum of RGB (Red+Green+Blue) = 120+71+106=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78476A is #87B895. Grayscale: #595959. Windows color (decimal): -8894614 or 6965112. OLE color: 6965112.

HSL color Cylindrical-coordinate representation of color #78476A: hue angle of 317.14º 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 #78476A is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12071106-
CMYK00.410.120.53
HSL317.14º25.65%37.45%-
HSV(B)317.14º40.83%47.06%-
XYZ12.69.5414.81-
YUV89.64137.23149.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=40.40%
G=23.91%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207110600.410.120.53317.1425.6537.45
Hex78476A029C3513d1a25
Octal17010715205114654753245
Binary1111000100011111010100101001110011010110011110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78476A; }

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

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

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

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

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

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

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

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