#7D3F5B

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

Shades of Cosmic #7D3F5B

Tints of Cosmic #7D3F5B

Color information

#7D3F5B (or 0x7D3F5B) is unknown color: approx Cosmic. HEX triplet: 7D, 3F and 5B. RGB value is (125,63,91). Sum of RGB (Red+Green+Blue) = 125+63+91=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3F5B is #82C0A4. Grayscale: #545454. Windows color (decimal): -8568997 or 5980029. OLE color: 5980029.

HSL color Cylindrical-coordinate representation of color #7D3F5B: hue angle of 332.9º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3F5B is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1256391-
CMYK00.500.270.51
HSL332.9º32.98%36.86%-
HSV(B)332.9º49.6%49.02%-
XYZ12.128.6710.93-
YUV84.73131.54156.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.80%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=44.80%
G=22.58%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125639100.500.270.51332.932.9836.86
Hex7D3F5B0321B3314d2125
Octal1757713306233635154145
Binary11111011111111011011011001011011110011101001101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,63,91); }

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

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

 a { background-color: rgb(125,63,91); }

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

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

 span { border-color: rgb(125,63,91); }

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