#7D4670

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

Shades of Cosmic #7D4670

Tints of Cosmic #7D4670

Color information

#7D4670 (or 0x7D4670) is unknown color: approx Cosmic. HEX triplet: 7D, 46 and 70. RGB value is (125,70,112). Sum of RGB (Red+Green+Blue) = 125+70+112=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4670 is #82B98F. Grayscale: #5B5B5B. Windows color (decimal): -8567184 or 7358077. OLE color: 7358077.

HSL color Cylindrical-coordinate representation of color #7D4670: hue angle of 314.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D4670 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12570112-
CMYK00.440.100.51
HSL314.18º28.21%38.24%-
HSV(B)314.18º44%49.02%-
XYZ13.579.9116.53-
YUV91.23139.72152.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=40.72%
G=22.80%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1257011200.440.100.51314.1828.2138.24
Hex7D467002CA3313a1c26
Octal17510616005412634723446
Binary1111101100011011100000101100101011001110011101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,70,112); }

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

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

 a { background-color: rgb(125,70,112); }

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

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

 span { border-color: rgb(125,70,112); }

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