#7D525D

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

Shades of Cosmic #7D525D

Tints of Cosmic #7D525D

Color information

#7D525D (or 0x7D525D) is unknown color: approx Cosmic. HEX triplet: 7D, 52 and 5D. RGB value is (125,82,93). Sum of RGB (Red+Green+Blue) = 125+82+93=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 125 - color contains mainly: red. Hex color #7D525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D525D is #82ADA2. Grayscale: #606060. Windows color (decimal): -8564131 or 6115965. OLE color: 6115965.

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

Color convert

RGB1258293-
CMYK00.340.260.51
HSL344.65º20.77%40.59%-
HSV(B)344.65º34.4%49.02%-
XYZ13.4511.1811.81-
YUV96.11126.25148.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.67%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 93 (36.72% from 255) = 31%
R=41.67%
G=27.33%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125829300.340.260.51344.6520.7740.59
Hex7D525D0221A331591529
Octal17512213504232635312551
Binary11111011010010101110101000101101011001110101100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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