#7D5462

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

Shades of Cosmic #7D5462

Tints of Cosmic #7D5462

Color information

#7D5462 (or 0x7D5462) is unknown color: approx Cosmic. HEX triplet: 7D, 54 and 62. RGB value is (125,84,98). Sum of RGB (Red+Green+Blue) = 125+84+98=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5462 is #82AB9D. Grayscale: #616161. Windows color (decimal): -8563614 or 6444157. OLE color: 6444157.

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

Color convert

RGB1258498-
CMYK00.330.220.51
HSL339.51º19.62%40.98%-
HSV(B)339.51º32.8%49.02%-
XYZ13.8311.5813.06-
YUV97.85128.08147.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=40.72%
G=27.36%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125849800.330.220.51339.5119.6240.98
Hex7D546202116331541429
Octal17512414204126635242451
Binary11111011010100110001001000011011011001110101010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,98); }

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

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

 a { background-color: rgb(125,84,98); }

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

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

 span { border-color: rgb(125,84,98); }

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