#7B6463

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

Shades of Pharlap #7B6463

Tints of Pharlap #7B6463

Color information

#7B6463 (or 0x7B6463) is unknown color: approx Pharlap. HEX triplet: 7B, 64 and 63. RGB value is (123,100,99). Sum of RGB (Red+Green+Blue) = 123+100+99=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6463 is #849B9C. Grayscale: #6A6A6A. Windows color (decimal): -8690589 or 6513787. OLE color: 6513787.

HSL color Cylindrical-coordinate representation of color #7B6463: hue angle of 2.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B6463 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB12310099-
CMYK00.190.200.52
HSL2.5º10.81%43.53%-
HSV(B)2.5º19.51%48.24%-
XYZ14.9814.2313.76-
YUV106.76123.62139.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.20%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=38.20%
G=31.06%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231009900.190.200.522.510.8143.53
Hex7B646301314343b2c
Octal173144143023246431354
Binary11110111100100110001101001110100110100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,100,99); }

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

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

 a { background-color: rgb(123,100,99); }

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

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

 span { border-color: rgb(123,100,99); }

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