#7D576F

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

Shades of Cosmic #7D576F

Tints of Cosmic #7D576F

Color information

#7D576F (or 0x7D576F) is unknown color: approx Cosmic. HEX triplet: 7D, 57 and 6F. RGB value is (125,87,111). Sum of RGB (Red+Green+Blue) = 125+87+111=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D576F is #82A890. Grayscale: #656565. Windows color (decimal): -8562833 or 7296893. OLE color: 7296893.

HSL color Cylindrical-coordinate representation of color #7D576F: hue angle of 322.11º 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 #7D576F is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB12587111-
CMYK00.300.110.51
HSL322.11º17.92%41.57%-
HSV(B)322.11º30.4%49.02%-
XYZ14.7312.3216.64-
YUV101.1133.59145.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.70%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=38.70%
G=26.93%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258711100.300.110.51322.1117.9241.57
Hex7D576F01EB33142122a
Octal17512715703613635022252
Binary111110110101111101111011110101111001110100001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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