#7B6665

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

Shades of Pharlap #7B6665

Tints of Pharlap #7B6665

Color information

#7B6665 (or 0x7B6665) is unknown color: approx Pharlap. HEX triplet: 7B, 66 and 65. RGB value is (123,102,101). Sum of RGB (Red+Green+Blue) = 123+102+101=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6665 is #84999A. Grayscale: #6C6C6C. Windows color (decimal): -8690075 or 6645371. OLE color: 6645371.

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

Color convert

RGB123102101-
CMYK00.170.180.52
HSL2.73º9.82%43.92%-
HSV(B)2.73º17.89%48.24%-
XYZ15.2714.6514.34-
YUV108.16123.96138.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=37.73%
G=31.29%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310210100.170.180.522.739.8243.92
Hex7B666501112343a2c
Octal173146145021226431254
Binary11110111100110110010101000110010110100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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