#7D625E

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

Shades of Pharlap #7D625E

Tints of Pharlap #7D625E

Color information

#7D625E (or 0x7D625E) is unknown color: approx Pharlap. HEX triplet: 7D, 62 and 5E. RGB value is (125,98,94). Sum of RGB (Red+Green+Blue) = 125+98+94=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D625E is #829DA1. Grayscale: #696969. Windows color (decimal): -8560034 or 6185597. OLE color: 6185597.

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

Color convert

RGB1259894-
CMYK00.220.250.51
HSL7.74º14.16%42.94%-
HSV(B)7.74º24.8%49.02%-
XYZ14.8513.912.49-
YUV105.62121.45141.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.43%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=39.43%
G=30.91%
B=29.65%

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
Decimal125989400.220.250.517.7414.1642.94
Hex7D625E01619338e2b
Octal1751421360263163101653
Binary1111101110001010111100101101100111001110001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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