Html Css Color HEX #846764 Pharlap

📋 copy color: '#846764'

red 132 ◦ green 103 ◦ blue 100

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

Shades of Pharlap #846764

Tints of Pharlap #846764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 39.4%
G = 30.75%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#846764 (or 0x846764) is known color: Pharlap. HEX triplet: 84, 67 and 64. RGB value is (132,103,100). Sum of RGB (Red+Green+Blue) = 132+103+100=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #846764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846764 is #7B989B. Grayscale: #6F6F6F. Windows color (decimal): -8099996 or 6580100. OLE color: 6580100.

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

Color convert

RGB 132 103 100 -
CMYK 0 0.22 0.24 0.48
HSL 5.63º 0.14% 0.45% -
HSV(B) 5.63º 0.24% 0.52% -
XYZ 16.67 15.53 14.18 -
YUV 111.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 132 103 100 0 0.22 0.24 0.48 5.63 0.14 0.45
Hex 84 67 64 0 16 18 30 6 E 2D
Octal 204 147 144 0 26 30 60 6 16 55
Binary 10000100 1100111 1100100 0 10110 11000 110000 110 1110 101101

Color Harmonies of #846764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846764

Black with #846764

Text Example


Text Example

White with #846764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846764; }

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

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

background-color css

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

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

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

border-color css

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

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

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