#7D4368

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

Shades of Cosmic #7D4368

Tints of Cosmic #7D4368

Color information

#7D4368 (or 0x7D4368) is unknown color: approx Cosmic. HEX triplet: 7D, 43 and 68. RGB value is (125,67,104). Sum of RGB (Red+Green+Blue) = 125+67+104=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4368 is #82BC97. Grayscale: #585858. Windows color (decimal): -8567960 or 6833021. OLE color: 6833021.

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

Color convert

RGB12567104-
CMYK00.460.170.51
HSL321.72º30.21%37.65%-
HSV(B)321.72º46.4%49.02%-
XYZ12.969.3714.22-
YUV88.56136.72153.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.23%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=42.23%
G=22.64%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256710400.460.170.51321.7230.2137.65
Hex7D436802E11331421e26
Octal17510315005621635023646
Binary11111011000011110100001011101000111001110100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,67,104); }

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

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

 a { background-color: rgb(125,67,104); }

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

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

 span { border-color: rgb(125,67,104); }

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