#7D455E

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

Shades of Cosmic #7D455E

Tints of Cosmic #7D455E

Color information

#7D455E (or 0x7D455E) is unknown color: approx Cosmic. HEX triplet: 7D, 45 and 5E. RGB value is (125,69,94). Sum of RGB (Red+Green+Blue) = 125+69+94=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D455E is #82BAA1. Grayscale: #585858. Windows color (decimal): -8567458 or 6178173. OLE color: 6178173.

HSL color Cylindrical-coordinate representation of color #7D455E: hue angle of 333.21º 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 #7D455E is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB1256994-
CMYK00.450.250.51
HSL333.21º28.87%38.04%-
HSV(B)333.21º44.8%49.02%-
XYZ12.619.4211.74-
YUV88.59131.05153.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.40%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=43.40%
G=23.96%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125699400.450.250.51333.2128.8738.04
Hex7D455E02D193314d1d26
Octal17510513605531635153546
Binary11111011000101101111001011011100111001110100110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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