#7D576C

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

Shades of Cosmic #7D576C

Tints of Cosmic #7D576C

Color information

#7D576C (or 0x7D576C) is unknown color: approx Cosmic. HEX triplet: 7D, 57 and 6C. RGB value is (125,87,108). Sum of RGB (Red+Green+Blue) = 125+87+108=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D576C is #82A893. Grayscale: #646464. Windows color (decimal): -8562836 or 7100285. OLE color: 7100285.

HSL color Cylindrical-coordinate representation of color #7D576C: hue angle of 326.84º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D576C is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB12587108-
CMYK00.300.140.51
HSL326.84º17.92%41.57%-
HSV(B)326.84º30.4%49.02%-
XYZ14.5712.2615.79-
YUV100.76132.09145.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.06%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=39.06%
G=27.19%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258710800.300.140.51326.8417.9241.57
Hex7D576C01EE33147122a
Octal17512715403616635072252
Binary111110110101111101100011110111011001110100011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D576C; }

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

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

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

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

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

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

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

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