#7E625E

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

Shades of Pharlap #7E625E

Tints of Pharlap #7E625E

Color information

#7E625E (or 0x7E625E) is unknown color: approx Pharlap. HEX triplet: 7E, 62 and 5E. RGB value is (126,98,94). Sum of RGB (Red+Green+Blue) = 126+98+94=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E625E is #819DA1. Grayscale: #696969. Windows color (decimal): -8494498 or 6185598. OLE color: 6185598.

HSL color Cylindrical-coordinate representation of color #7E625E: hue angle of 7.5º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E625E is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB1269894-
CMYK00.220.250.51
HSL7.5º14.55%43.14%-
HSV(B)7.5º25.4%49.41%-
XYZ14.9913.9812.5-
YUV105.92121.28142.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.62%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=39.62%
G=30.82%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126989400.220.250.517.514.5543.14
Hex7E625E01619338f2b
Octal1761421360263163101753
Binary1111110110001010111100101101100111001110001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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