#7D475F

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

Shades of Cosmic #7D475F

Tints of Cosmic #7D475F

Color information

#7D475F (or 0x7D475F) is unknown color: approx Cosmic. HEX triplet: 7D, 47 and 5F. RGB value is (125,71,95). Sum of RGB (Red+Green+Blue) = 125+71+95=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D475F is #82B8A0. Grayscale: #595959. Windows color (decimal): -8566945 or 6244221. OLE color: 6244221.

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

Color convert

RGB1257195-
CMYK00.430.240.51
HSL333.33º27.55%38.43%-
HSV(B)333.33º43.2%49.02%-
XYZ12.789.6912.02-
YUV89.88130.89153.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.96%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=42.96%
G=24.40%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125719500.430.240.51333.3327.5538.43
Hex7D475F02B183314d1c26
Octal17510713705330635153446
Binary11111011000111101111101010111100011001110100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,71,95); }

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

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

 a { background-color: rgb(125,71,95); }

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

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

 span { border-color: rgb(125,71,95); }

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