Html Css Color HEX #7D5C59 Pharlap

📋 copy color: '#7D5C59'

red 125 ◦ green 92 ◦ blue 89

#7D5C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #7D5C59

Tints of Pharlap #7D5C59

RGB

 RED value IS 125 (49.22% from 255) = 40.85%

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 89 (35.16% from 255) = 29.08%

R = 40.85%
G = 30.07%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7D5C59 (or 0x7D5C59) is known color: Pharlap. HEX triplet: 7D, 5C and 59. RGB value is (125,92,89). Sum of RGB (Red+Green+Blue) = 125+92+89=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5C59 is #82A3A6. Grayscale: #656565. Windows color (decimal): -8561575 or 5856381. OLE color: 5856381.

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

Color convert

RGB 125 92 89 -
CMYK 0 0.26 0.29 0.51
HSL 0.17% 0.42% -
HSV(B) 0.29% 0.49% -
XYZ 14.09 12.74 11.17 -
YUV 101.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 125 92 89 0 0.26 0.29 0.51 5 0.17 0.42
Hex 7D 5C 59 0 1A 1D 33 5 11 2A
Octal 175 134 131 0 32 35 63 5 21 52
Binary 1111101 1011100 1011001 0 11010 11101 110011 101 10001 101010

Color Harmonies of #7D5C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5C59

Black with #7D5C59

Text Example


Text Example

White with #7D5C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D5C59;
 }
 .AnyTagClassName
 {
   color: #7D5C59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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