Html Css Color HEX #816766 Pharlap

📋 copy color: '#816766'

red 129 ◦ green 103 ◦ blue 102

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

Shades of Pharlap #816766

Tints of Pharlap #816766

RGB

 RED value IS 129 (50.78% from 255) = 38.62%

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

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 38.62%
G = 30.84%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#816766 (or 0x816766) is known color: Pharlap. HEX triplet: 81, 67 and 66. RGB value is (129,103,102). Sum of RGB (Red+Green+Blue) = 129+103+102=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #816766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816766 is #7E9899. Grayscale: #6E6E6E. Windows color (decimal): -8296602 or 6711169. OLE color: 6711169.

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

Color convert

RGB 129 103 102 -
CMYK 0 0.20 0.21 0.49
HSL 2.22º 0.12% 0.45% -
HSV(B) 2.22º 0.21% 0.51% -
XYZ 16.3 15.33 14.67 -
YUV 110.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 129 103 102 0 0.20 0.21 0.49 2.22 0.12 0.45
Hex 81 67 66 0 14 15 31 2 C 2D
Octal 201 147 146 0 24 25 61 2 14 55
Binary 10000001 1100111 1100110 0 10100 10101 110001 10 1100 101101

Color Harmonies of #816766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816766

Black with #816766

Text Example


Text Example

White with #816766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816766; }

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

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

background-color css

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

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

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

border-color css

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

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

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