#7B6A68

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

Shades of Pharlap #7B6A68

Tints of Pharlap #7B6A68

Color information

#7B6A68 (or 0x7B6A68) is unknown color: approx Pharlap. HEX triplet: 7B, 6A and 68. RGB value is (123,106,104). Sum of RGB (Red+Green+Blue) = 123+106+104=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6A68 is #849597. Grayscale: #6E6E6E. Windows color (decimal): -8689048 or 6843003. OLE color: 6843003.

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

Color convert

RGB123106104-
CMYK00.140.150.52
HSL6.32º8.37%44.51%-
HSV(B)6.32º15.45%48.24%-
XYZ15.8215.5215.26-
YUV110.85124.13136.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.94%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=36.94%
G=31.83%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310610400.140.150.526.328.3744.51
Hex7B6A680EF34682d
Octal173152150016176461055
Binary1111011110101011010000111011111101001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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