#78576C

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

Shades of Cosmic #78576C

Tints of Cosmic #78576C

Color information

#78576C (or 0x78576C) is unknown color: approx Cosmic. HEX triplet: 78, 57 and 6C. RGB value is (120,87,108). Sum of RGB (Red+Green+Blue) = 120+87+108=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #78576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78576C is #87A893. Grayscale: #636363. Windows color (decimal): -8890516 or 7100280. OLE color: 7100280.

HSL color Cylindrical-coordinate representation of color #78576C: hue angle of 321.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78576C is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12087108-
CMYK00.280.100.53
HSL321.82º15.94%40.59%-
HSV(B)321.82º27.5%47.06%-
XYZ13.8611.8915.75-
YUV99.26132.93142.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=38.10%
G=27.62%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208710800.280.100.53321.8215.9440.59
Hex78576C01CA351421029
Octal17012715403412655022051
Binary111100010101111101100011100101011010110100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78576C; }

 p { color: rgb(120,87,108); }

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

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

 a { background-color: rgb(120,87,108); }

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

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

 span { border-color: rgb(120,87,108); }

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