#7D5C58

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

Shades of Pharlap #7D5C58

Tints of Pharlap #7D5C58

Color information

#7D5C58 (or 0x7D5C58) is unknown color: approx Pharlap. HEX triplet: 7D, 5C and 58. RGB value is (125,92,88). Sum of RGB (Red+Green+Blue) = 125+92+88=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5C58 is #82A3A7. Grayscale: #656565. Windows color (decimal): -8561576 or 5790845. OLE color: 5790845.

HSL color Cylindrical-coordinate representation of color #7D5C58: hue angle of 6.49º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5C58 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1259288-
CMYK00.260.300.51
HSL6.49º17.37%41.76%-
HSV(B)6.49º29.6%49.02%-
XYZ14.0512.7210.95-
YUV101.41120.43144.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.98%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 88 (34.77% from 255) = 28.85%
R=40.98%
G=30.16%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125928800.260.300.516.4917.3741.76
Hex7D5C5801A1E336112a
Octal175134130032366362152
Binary1111101101110010110000110101111011001111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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