Html Css Color HEX #84762A Pesto

📋 copy color: '#84762A'

red 132 ◦ green 118 ◦ blue 42

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

Shades of Pesto #84762A

Tints of Pesto #84762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.41%

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 45.21%
G = 40.41%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#84762A (or 0x84762A) is known color: Pesto. HEX triplet: 84, 76 and 2A. RGB value is (132,118,42). Sum of RGB (Red+Green+Blue) = 132+118+42=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84762A is #7B89D5. Grayscale: #717171. Windows color (decimal): -8096214 or 2782852. OLE color: 2782852.

HSL color Cylindrical-coordinate representation of color #84762A: hue angle of 50.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84762A is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 118 42 -
CMYK 0 0.11 0.68 0.48
HSL 50.67º 0.52% 0.34% -
HSV(B) 50.67º 0.68% 0.52% -
XYZ 16.41 18.03 4.81 -
YUV 113.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 132 118 42 0 0.11 0.68 0.48 50.67 0.52 0.34
Hex 84 76 2A 0 B 44 30 33 34 22
Octal 204 166 52 0 13 104 60 63 64 42
Binary 10000100 1110110 101010 0 1011 1000100 110000 110011 110100 100010

Color Harmonies of #84762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84762A

Black with #84762A

Text Example


Text Example

White with #84762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84762A; }

 p { color: rgb(132,118,42); }

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

background-color css

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

 a { background-color: rgb(132,118,42); }

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

border-color css

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

 span { border-color: rgb(132,118,42); }

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