#7D515D

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

Shades of Cosmic #7D515D

Tints of Cosmic #7D515D

Color information

#7D515D (or 0x7D515D) is unknown color: approx Cosmic. HEX triplet: 7D, 51 and 5D. RGB value is (125,81,93). Sum of RGB (Red+Green+Blue) = 125+81+93=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D515D is #82AEA2. Grayscale: #5F5F5F. Windows color (decimal): -8564387 or 6115709. OLE color: 6115709.

HSL color Cylindrical-coordinate representation of color #7D515D: hue angle of 343.64º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D515D is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB1258193-
CMYK00.350.260.51
HSL343.64º21.36%40.39%-
HSV(B)343.64º35.2%49.02%-
XYZ13.3811.0411.78-
YUV95.52126.58149.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.81%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=41.81%
G=27.09%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125819300.350.260.51343.6421.3640.39
Hex7D515D0231A331581528
Octal17512113504332635302550
Binary11111011010001101110101000111101011001110101100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,81,93); }

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

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

 a { background-color: rgb(125,81,93); }

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

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

 span { border-color: rgb(125,81,93); }

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