#786967

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

Shades of Pharlap #786967

Tints of Pharlap #786967

Color information

#786967 (or 0x786967) is unknown color: approx Pharlap. HEX triplet: 78, 69 and 67. RGB value is (120,105,103). Sum of RGB (Red+Green+Blue) = 120+105+103=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #786967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786967 is #879698. Grayscale: #6D6D6D. Windows color (decimal): -8885913 or 6777208. OLE color: 6777208.

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

Color convert

RGB120105103-
CMYK00.130.140.53
HSL7.06º7.62%43.73%-
HSV(B)7.06º14.17%47.06%-
XYZ15.2515.0814.94-
YUV109.26124.47135.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.59%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=36.59%
G=32.01%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010510300.130.140.537.067.6243.73
Hex7869670DE35782c
Octal170151147015166571054
Binary1111000110100111001110110111101101011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786967; }

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

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

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

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

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

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

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

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