#7D436F

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

Shades of Cosmic #7D436F

Tints of Cosmic #7D436F

Color information

#7D436F (or 0x7D436F) is unknown color: approx Cosmic. HEX triplet: 7D, 43 and 6F. RGB value is (125,67,111). Sum of RGB (Red+Green+Blue) = 125+67+111=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D436F is #82BC90. Grayscale: #595959. Windows color (decimal): -8567953 or 7291773. OLE color: 7291773.

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

Color convert

RGB12567111-
CMYK00.460.110.51
HSL314.48º30.21%37.65%-
HSV(B)314.48º46.4%49.02%-
XYZ13.339.5216.17-
YUV89.36140.22153.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.25%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=41.25%
G=22.11%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256711100.460.110.51314.4830.2137.65
Hex7D436F02EB3313a1e26
Octal17510315705613634723646
Binary1111101100001111011110101110101111001110011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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