Html Css Color HEX #846760 Pharlap

📋 copy color: '#846760'

red 132 ◦ green 103 ◦ blue 96

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

Shades of Pharlap #846760

Tints of Pharlap #846760

RGB

 RED value IS 132 (51.95% from 255) = 39.88%

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

 BLUE value IS 96 (37.89% from 255) = 29%

R = 39.88%
G = 31.12%
B = 29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#846760 (or 0x846760) is known color: Pharlap. HEX triplet: 84, 67 and 60. RGB value is (132,103,96). Sum of RGB (Red+Green+Blue) = 132+103+96=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #846760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846760 is #7B989F. Grayscale: #6E6E6E. Windows color (decimal): -8100000 or 6317956. OLE color: 6317956.

HSL color Cylindrical-coordinate representation of color #846760: hue angle of 11.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846760 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 103 96 -
CMYK 0 0.22 0.27 0.48
HSL 11.67º 0.16% 0.45% -
HSV(B) 11.67º 0.27% 0.52% -
XYZ 16.48 15.45 13.18 -
YUV 110.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 132 103 96 0 0.22 0.27 0.48 11.67 0.16 0.45
Hex 84 67 60 0 16 1B 30 C 10 2D
Octal 204 147 140 0 26 33 60 14 20 55
Binary 10000100 1100111 1100000 0 10110 11011 110000 1100 10000 101101

Color Harmonies of #846760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846760

Black with #846760

Text Example


Text Example

White with #846760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846760; }

 p { color: rgb(132,103,96); }

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

background-color css

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

 a { background-color: rgb(132,103,96); }

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

border-color css

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

 span { border-color: rgb(132,103,96); }

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