Html Css Color HEX #826866 Pharlap

📋 copy color: '#826866'

red 130 ◦ green 104 ◦ blue 102

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

Shades of Pharlap #826866

Tints of Pharlap #826866

RGB

 RED value IS 130 (51.17% from 255) = 38.69%

 GREEN value IS 104 (41.02% from 255) = 30.95%

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

R = 38.69%
G = 30.95%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#826866 (or 0x826866) is known color: Pharlap. HEX triplet: 82, 68 and 66. RGB value is (130,104,102). Sum of RGB (Red+Green+Blue) = 130+104+102=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #826866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826866 is #7D9799. Grayscale: #6F6F6F. Windows color (decimal): -8230810 or 6711426. OLE color: 6711426.

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

Color convert

RGB 130 104 102 -
CMYK 0 0.2 0.22 0.49
HSL 4.29º 0.12% 0.45% -
HSV(B) 4.29º 0.22% 0.51% -
XYZ 16.55 15.61 14.71 -
YUV 111.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 130 104 102 0 0.2 0.22 0.49 4.29 0.12 0.45
Hex 82 68 66 0 14 16 31 4 C 2D
Octal 202 150 146 0 24 26 61 4 14 55
Binary 10000010 1101000 1100110 0 10100 10110 110001 100 1100 101101

Color Harmonies of #826866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826866

Black with #826866

Text Example


Text Example

White with #826866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826866; }

 p { color: rgb(130,104,102); }

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

background-color css

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

 a { background-color: rgb(130,104,102); }

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

border-color css

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

 span { border-color: rgb(130,104,102); }

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