#786A68

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

Shades of Pharlap #786A68

Tints of Pharlap #786A68

Color information

#786A68 (or 0x786A68) is unknown color: approx Pharlap. HEX triplet: 78, 6A and 68. RGB value is (120,106,104). Sum of RGB (Red+Green+Blue) = 120+106+104=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #786A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A68 is #879597. Grayscale: #6D6D6D. Windows color (decimal): -8885656 or 6843000. OLE color: 6843000.

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

Color convert

RGB120106104-
CMYK00.120.130.53
HSL7.5º7.14%43.92%-
HSV(B)7.5º13.33%47.06%-
XYZ15.415.315.24-
YUV109.96124.64135.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=36.36%
G=32.12%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010610400.120.130.537.57.1443.92
Hex786A680CD35872c
Octal170152150014156510754
Binary1111000110101011010000110011011101011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,106,104); }

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

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

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

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

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

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

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