#7D6762

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

Shades of Pharlap #7D6762

Tints of Pharlap #7D6762

Color information

#7D6762 (or 0x7D6762) is unknown color: approx Pharlap. HEX triplet: 7D, 67 and 62. RGB value is (125,103,98). Sum of RGB (Red+Green+Blue) = 125+103+98=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6762 is #82989D. Grayscale: #6D6D6D. Windows color (decimal): -8558750 or 6449021. OLE color: 6449021.

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

Color convert

RGB12510398-
CMYK00.180.220.51
HSL11.11º12.11%43.73%-
HSV(B)11.11º21.6%49.02%-
XYZ15.5114.9413.62-
YUV109.01121.79139.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.34%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=38.34%
G=31.60%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251039800.180.220.5111.1112.1143.73
Hex7D67620121633bc2c
Octal1751471420222663131454
Binary1111101110011111000100100101011011001110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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