#786968

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

Shades of Pharlap #786968

Tints of Pharlap #786968

Color information

#786968 (or 0x786968) is unknown color: approx Pharlap. HEX triplet: 78, 69 and 68. RGB value is (120,105,104). Sum of RGB (Red+Green+Blue) = 120+105+104=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #786968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786968 is #879697. Grayscale: #6D6D6D. Windows color (decimal): -8885912 or 6842744. OLE color: 6842744.

HSL color Cylindrical-coordinate representation of color #786968: hue angle of 3.75º 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 #786968 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB120105104-
CMYK00.130.130.53
HSL3.75º7.14%43.92%-
HSV(B)3.75º13.33%47.06%-
XYZ15.315.115.2-
YUV109.37124.97135.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=36.47%
G=31.91%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010510400.130.130.533.757.1443.92
Hex7869680DD35472c
Octal17015115001515654754
Binary111100011010011101000011011101110101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786968; }

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

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

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

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

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

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

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

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