#786565

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

Shades of Pharlap #786565

Tints of Pharlap #786565

Color information

#786565 (or 0x786565) is unknown color: approx Pharlap. HEX triplet: 78, 65 and 65. RGB value is (120,101,101). Sum of RGB (Red+Green+Blue) = 120+101+101=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786565 is #879A9A. Grayscale: #6A6A6A. Windows color (decimal): -8886939 or 6645112. OLE color: 6645112.

HSL color Cylindrical-coordinate representation of color #786565: hue angle of 0º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786565 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB120101101-
CMYK00.160.160.53
HSL8.6%43.33%-
HSV(B)15.83%47.06%-
XYZ14.7514.2414.28-
YUV106.68124.79137.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=37.27%
G=31.37%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010110100.160.160.5308.643.33
Hex7865650101035092b
Octal170145145020206501153
Binary1111000110010111001010100001000011010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786565; }

 p { color: rgb(120,101,101); }

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

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

 a { background-color: rgb(120,101,101); }

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

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

 span { border-color: rgb(120,101,101); }

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