#7D6361

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

Shades of Pharlap #7D6361

Tints of Pharlap #7D6361

Color information

#7D6361 (or 0x7D6361) is unknown color: approx Pharlap. HEX triplet: 7D, 63 and 61. RGB value is (125,99,97). Sum of RGB (Red+Green+Blue) = 125+99+97=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6361 is #829C9E. Grayscale: #6A6A6A. Windows color (decimal): -8559775 or 6382461. OLE color: 6382461.

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

Color convert

RGB1259997-
CMYK00.210.220.51
HSL4.29º12.61%43.53%-
HSV(B)4.29º22.4%49.02%-
XYZ15.0814.1513.25-
YUV106.55122.61141.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.94%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=38.94%
G=30.84%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125999700.210.220.514.2912.6143.53
Hex7D636101516334d2c
Octal175143141025266341554
Binary111110111000111100001010101101101100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,99,97); }

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

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

 a { background-color: rgb(125,99,97); }

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

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

 span { border-color: rgb(125,99,97); }

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