#7D505E

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

Shades of Cosmic #7D505E

Tints of Cosmic #7D505E

Color information

#7D505E (or 0x7D505E) is unknown color: approx Cosmic. HEX triplet: 7D, 50 and 5E. RGB value is (125,80,94). Sum of RGB (Red+Green+Blue) = 125+80+94=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D505E is #82AFA1. Grayscale: #5F5F5F. Windows color (decimal): -8564642 or 6180989. OLE color: 6180989.

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

Color convert

RGB1258094-
CMYK00.360.250.51
HSL341.33º21.95%40.2%-
HSV(B)341.33º36%49.02%-
XYZ13.3510.9111.99-
YUV95.05127.41149.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.81%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=41.81%
G=26.76%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125809400.360.250.51341.3321.9540.2
Hex7D505E02419331551628
Octal17512013604431635252650
Binary11111011010000101111001001001100111001110101010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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