#7D455C

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

Shades of Cosmic #7D455C

Tints of Cosmic #7D455C

Color information

#7D455C (or 0x7D455C) is unknown color: approx Cosmic. HEX triplet: 7D, 45 and 5C. RGB value is (125,69,92). Sum of RGB (Red+Green+Blue) = 125+69+92=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D455C is #82BAA3. Grayscale: #585858. Windows color (decimal): -8567460 or 6047101. OLE color: 6047101.

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

Color convert

RGB1256992-
CMYK00.450.260.51
HSL335.36º28.87%38.04%-
HSV(B)335.36º44.8%49.02%-
XYZ12.529.3911.28-
YUV88.37130.05154.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.71%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=43.71%
G=24.13%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125699200.450.260.51335.3628.8738.04
Hex7D455C02D1A3314f1d26
Octal17510513405532635173546
Binary11111011000101101110001011011101011001110100111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,69,92); }

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

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

 a { background-color: rgb(125,69,92); }

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

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

 span { border-color: rgb(125,69,92); }

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