#806766

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

Shades of Pharlap #806766

Tints of Pharlap #806766

Color information

#806766 (or 0x806766) is unknown color: approx Pharlap. HEX triplet: 80, 67 and 66. RGB value is (128,103,102). Sum of RGB (Red+Green+Blue) = 128+103+102=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #806766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806766 is #7F9899. Grayscale: #6E6E6E. Windows color (decimal): -8362138 or 6711168. OLE color: 6711168.

HSL color Cylindrical-coordinate representation of color #806766: hue angle of 2.31º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #806766 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB128103102-
CMYK00.200.200.50
HSL2.31º11.3%45.1%-
HSV(B)2.31º20.31%50.2%-
XYZ16.1515.2514.66-
YUV110.36123.28140.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=38.44%
G=30.93%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810310200.200.200.502.3111.345.1
Hex80676601414322b2d
Octal200147146024246221355
Binary100000001100111110011001010010100110010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806766; }

 p { color: rgb(128,103,102); }

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

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

 a { background-color: rgb(128,103,102); }

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

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

 span { border-color: rgb(128,103,102); }

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