#7D6462

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

Shades of Pharlap #7D6462

Tints of Pharlap #7D6462

Color information

#7D6462 (or 0x7D6462) is unknown color: approx Pharlap. HEX triplet: 7D, 64 and 62. RGB value is (125,100,98). Sum of RGB (Red+Green+Blue) = 125+100+98=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6462 is #829B9D. Grayscale: #6B6B6B. Windows color (decimal): -8559518 or 6448253. OLE color: 6448253.

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

Color convert

RGB12510098-
CMYK00.20.220.51
HSL4.44º12.11%43.73%-
HSV(B)4.44º21.6%49.02%-
XYZ15.2214.3613.52-
YUV107.25122.78140.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.70%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=38.70%
G=30.96%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251009800.20.220.514.4412.1143.73
Hex7D646201416334c2c
Octal175144142024266341454
Binary111110111001001100010010100101101100111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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