#7D505D

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

Shades of Cosmic #7D505D

Tints of Cosmic #7D505D

Color information

#7D505D (or 0x7D505D) is unknown color: approx Cosmic. HEX triplet: 7D, 50 and 5D. RGB value is (125,80,93). Sum of RGB (Red+Green+Blue) = 125+80+93=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D505D is #82AFA2. Grayscale: #5E5E5E. Windows color (decimal): -8564643 or 6115453. OLE color: 6115453.

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

Color convert

RGB1258093-
CMYK00.360.260.51
HSL342.67º21.95%40.2%-
HSV(B)342.67º36%49.02%-
XYZ13.310.8911.76-
YUV94.94126.91149.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.95%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=41.95%
G=26.85%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125809300.360.260.51342.6721.9540.2
Hex7D505D0241A331571628
Octal17512013504432635272650
Binary11111011010000101110101001001101011001110101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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