Html Css Color HEX #7E5E59 Pharlap

📋 copy color: '#7E5E59'

red 126 ◦ green 94 ◦ blue 89

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

Shades of Pharlap #7E5E59

Tints of Pharlap #7E5E59

RGB

 RED value IS 126 (49.61% from 255) = 40.78%

 GREEN value IS 94 (37.11% from 255) = 30.42%

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

R = 40.78%
G = 30.42%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7E5E59 (or 0x7E5E59) is known color: Pharlap. HEX triplet: 7E, 5E and 59. RGB value is (126,94,89). Sum of RGB (Red+Green+Blue) = 126+94+89=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5E59 is #81A1A6. Grayscale: #676767. Windows color (decimal): -8495527 or 5856894. OLE color: 5856894.

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

Color convert

RGB 126 94 89 -
CMYK 0 0.25 0.29 0.51
HSL 8.11º 0.17% 0.42% -
HSV(B) 8.11º 0.29% 0.49% -
XYZ 14.41 13.16 11.23 -
YUV 103 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 126 94 89 0 0.25 0.29 0.51 8.11 0.17 0.42
Hex 7E 5E 59 0 19 1D 33 8 11 2A
Octal 176 136 131 0 31 35 63 10 21 52
Binary 1111110 1011110 1011001 0 11001 11101 110011 1000 10001 101010

Color Harmonies of #7E5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5E59

Black with #7E5E59

Text Example


Text Example

White with #7E5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,94,89); }

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

background-color css

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

 a { background-color: rgb(126,94,89); }

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

border-color css

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

 span { border-color: rgb(126,94,89); }

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