#786B69

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

Shades of Pharlap #786B69

Tints of Pharlap #786B69

Color information

#786B69 (or 0x786B69) is unknown color: approx Pharlap. HEX triplet: 78, 6B and 69. RGB value is (120,107,105). Sum of RGB (Red+Green+Blue) = 120+107+105=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #786B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B69 is #879496. Grayscale: #6E6E6E. Windows color (decimal): -8885399 or 6908792. OLE color: 6908792.

HSL color Cylindrical-coordinate representation of color #786B69: hue angle of 8º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #786B69 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB120107105-
CMYK00.110.130.53
HSL6.67%44.12%-
HSV(B)12.5%47.06%-
XYZ15.5515.5315.54-
YUV110.66124.81134.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=36.14%
G=32.23%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010710500.110.130.5386.6744.12
Hex786B690BD35872c
Octal170153151013156510754
Binary1111000110101111010010101111011101011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786B69; }

 p { color: rgb(120,107,105); }

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

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

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

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

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

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

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