#786969

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

Shades of Pharlap #786969

Tints of Pharlap #786969

Color information

#786969 (or 0x786969) is unknown color: approx Pharlap. HEX triplet: 78, 69 and 69. RGB value is (120,105,105). Sum of RGB (Red+Green+Blue) = 120+105+105=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #786969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786969 is #879696. Grayscale: #6D6D6D. Windows color (decimal): -8885911 or 6908280. OLE color: 6908280.

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

Color convert

RGB120105105-
CMYK00.130.130.53
HSL6.67%44.12%-
HSV(B)12.5%47.06%-
XYZ15.3515.1215.47-
YUV109.48125.47135.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=36.36%
G=31.82%
B=31.82%

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
Decimal12010510500.130.130.5306.6744.12
Hex7869690DD35072c
Octal17015115101515650754
Binary1111000110100111010010110111011101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786969; }

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

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

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

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

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

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

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

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