#7D5D5A

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

Shades of Pharlap #7D5D5A

Tints of Pharlap #7D5D5A

Color information

#7D5D5A (or 0x7D5D5A) is unknown color: approx Pharlap. HEX triplet: 7D, 5D and 5A. RGB value is (125,93,90). Sum of RGB (Red+Green+Blue) = 125+93+90=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5D5A is #82A2A5. Grayscale: #666666. Windows color (decimal): -8561318 or 5922173. OLE color: 5922173.

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

Color convert

RGB1259390-
CMYK00.260.280.51
HSL5.14º16.28%42.16%-
HSV(B)5.14º28%49.02%-
XYZ14.2212.9311.42-
YUV102.23121.1144.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.58%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=40.58%
G=30.19%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125939000.260.280.515.1416.2842.16
Hex7D5D5A01A1C335102a
Octal175135132032346352052
Binary1111101101110110110100110101110011001110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,93,90); }

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

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

 a { background-color: rgb(125,93,90); }

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

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

 span { border-color: rgb(125,93,90); }

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