#7D475C

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

Shades of Cosmic #7D475C

Tints of Cosmic #7D475C

Color information

#7D475C (or 0x7D475C) is unknown color: approx Cosmic. HEX triplet: 7D, 47 and 5C. RGB value is (125,71,92). Sum of RGB (Red+Green+Blue) = 125+71+92=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D475C is #82B8A3. Grayscale: #595959. Windows color (decimal): -8566948 or 6047613. OLE color: 6047613.

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

Color convert

RGB1257192-
CMYK00.430.260.51
HSL336.67º27.55%38.43%-
HSV(B)336.67º43.2%49.02%-
XYZ12.649.6411.32-
YUV89.54129.39153.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.40%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=43.40%
G=24.65%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125719200.430.260.51336.6727.5538.43
Hex7D475C02B1A331511c26
Octal17510713405332635213446
Binary11111011000111101110001010111101011001110101000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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