#786767

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

Shades of Pharlap #786767

Tints of Pharlap #786767

Color information

#786767 (or 0x786767) is unknown color: approx Pharlap. HEX triplet: 78, 67 and 67. RGB value is (120,103,103). Sum of RGB (Red+Green+Blue) = 120+103+103=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #786767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786767 is #879898. Grayscale: #6C6C6C. Windows color (decimal): -8886425 or 6776696. OLE color: 6776696.

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

Color convert

RGB120103103-
CMYK00.140.140.53
HSL7.62%43.73%-
HSV(B)14.17%47.06%-
XYZ15.0414.6714.87-
YUV108.08125.13136.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=36.81%
G=31.60%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010310300.140.140.5307.6243.73
Hex7867670EE35082c
Octal170147147016166501054
Binary11110001100111110011101110111011010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786767; }

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

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

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

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

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

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

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

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