#786D6A

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

Shades of Pharlap #786D6A

Tints of Pharlap #786D6A

Color information

#786D6A (or 0x786D6A) is unknown color: approx Pharlap. HEX triplet: 78, 6D and 6A. RGB value is (120,109,106). Sum of RGB (Red+Green+Blue) = 120+109+106=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #786D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D6A is #879295. Grayscale: #6F6F6F. Windows color (decimal): -8884886 or 6974840. OLE color: 6974840.

HSL color Cylindrical-coordinate representation of color #786D6A: hue angle of 12.86º degrees, saturation: 0.06, 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 #786D6A is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB120109106-
CMYK00.090.120.53
HSL12.86º6.19%44.31%-
HSV(B)12.86º11.67%47.06%-
XYZ15.8215.9715.88-
YUV111.95124.64133.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=35.82%
G=32.54%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010910600.090.120.5312.866.1944.31
Hex786D6A09C35d62c
Octal170155152011146515654
Binary1111000110110111010100100111001101011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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