#7B6865

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

Shades of Pharlap #7B6865

Tints of Pharlap #7B6865

Color information

#7B6865 (or 0x7B6865) is unknown color: approx Pharlap. HEX triplet: 7B, 68 and 65. RGB value is (123,104,101). Sum of RGB (Red+Green+Blue) = 123+104+101=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6865 is #84979A. Grayscale: #6D6D6D. Windows color (decimal): -8689563 or 6645883. OLE color: 6645883.

HSL color Cylindrical-coordinate representation of color #7B6865: hue angle of 8.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B6865 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB123104101-
CMYK00.150.180.52
HSL8.18º9.82%43.92%-
HSV(B)8.18º17.89%48.24%-
XYZ15.4715.0514.4-
YUV109.34123.29137.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 101 (39.84% from 255) = 30.79%
R=37.5%
G=31.71%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310410100.150.180.528.189.8243.92
Hex7B68650F12348a2c
Octal1731501450172264101254
Binary111101111010001100101011111001011010010001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B6865; }

 p { color: rgb(123,104,101); }

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

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

 a { background-color: rgb(123,104,101); }

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

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

 span { border-color: rgb(123,104,101); }

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