#7D435E

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

Shades of Cosmic #7D435E

Tints of Cosmic #7D435E

Color information

#7D435E (or 0x7D435E) is unknown color: approx Cosmic. HEX triplet: 7D, 43 and 5E. RGB value is (125,67,94). Sum of RGB (Red+Green+Blue) = 125+67+94=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D435E is #82BCA1. Grayscale: #575757. Windows color (decimal): -8567970 or 6177661. OLE color: 6177661.

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

Color convert

RGB1256794-
CMYK00.460.250.51
HSL332.07º30.21%37.65%-
HSV(B)332.07º46.4%49.02%-
XYZ12.489.1811.7-
YUV87.42131.72154.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.71%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=43.71%
G=23.43%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125679400.460.250.51332.0730.2137.65
Hex7D435E02E193314c1e26
Octal17510313605631635143646
Binary11111011000011101111001011101100111001110100110011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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