Html Css Color HEX #7F5E59 Pharlap

📋 copy color: '#7F5E59'

red 127 ◦ green 94 ◦ blue 89

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

Shades of Pharlap #7F5E59

Tints of Pharlap #7F5E59

RGB

 RED value IS 127 (50% from 255) = 40.97%

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

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

R = 40.97%
G = 30.32%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#7F5E59 (or 0x7F5E59) is known color: Pharlap. HEX triplet: 7F, 5E and 59. RGB value is (127,94,89). Sum of RGB (Red+Green+Blue) = 127+94+89=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E59 is #80A1A6. Grayscale: #676767. Windows color (decimal): -8429991 or 5856895. OLE color: 5856895.

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

Color convert

RGB 127 94 89 -
CMYK 0 0.26 0.30 0.50
HSL 7.89º 0.18% 0.42% -
HSV(B) 7.89º 0.3% 0.5% -
XYZ 14.56 13.24 11.24 -
YUV 103.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 127 94 89 0 0.26 0.30 0.50 7.89 0.18 0.42
Hex 7F 5E 59 0 1A 1E 32 8 12 2A
Octal 177 136 131 0 32 36 62 10 22 52
Binary 1111111 1011110 1011001 0 11010 11110 110010 1000 10010 101010

Color Harmonies of #7F5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5E59

Black with #7F5E59

Text Example


Text Example

White with #7F5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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