Html Css Color HEX #806765 Pharlap

📋 copy color: '#806765'

red 128 ◦ green 103 ◦ blue 101

#806765
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #806765

Tints of Pharlap #806765

RGB

 RED value IS 128 (50.39% from 255) = 38.55%

 GREEN value IS 103 (40.63% from 255) = 31.02%

 BLUE value IS 101 (39.84% from 255) = 30.42%

R = 38.55%
G = 31.02%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#806765 (or 0x806765) is known color: Pharlap. HEX triplet: 80, 67 and 65. RGB value is (128,103,101). Sum of RGB (Red+Green+Blue) = 128+103+101=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 128 - color contains mainly: red. Hex color #806765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806765 is #7F989A. Grayscale: #6E6E6E. Windows color (decimal): -8362139 or 6645632. OLE color: 6645632.

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

Color convert

RGB 128 103 101 -
CMYK 0 0.20 0.21 0.50
HSL 4.44º 0.12% 0.45% -
HSV(B) 4.44º 0.21% 0.5% -
XYZ 16.1 15.23 14.4 -
YUV 110.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 128 103 101 0 0.20 0.21 0.50 4.44 0.12 0.45
Hex 80 67 65 0 14 15 32 4 C 2D
Octal 200 147 145 0 24 25 62 4 14 55
Binary 10000000 1100111 1100101 0 10100 10101 110010 100 1100 101101

Color Harmonies of #806765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806765

Black with #806765

Text Example


Text Example

White with #806765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806765; }

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

 H1.HeaderClassName
 {
   color: #806765;
 }
 .AnyTagClassName
 {
   color: #806765;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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