Html Css Color HEX #84781F Pesto

📋 copy color: '#84781F'

red 132 ◦ green 120 ◦ blue 31

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

Shades of Pesto #84781F

Tints of Pesto #84781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.4%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 46.64%
G = 42.4%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84781F (or 0x84781F) is known color: Pesto. HEX triplet: 84, 78 and 1F. RGB value is (132,120,31). Sum of RGB (Red+Green+Blue) = 132+120+31=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #84781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84781F is #7B87E0. Grayscale: #717171. Windows color (decimal): -8095713 or 2062468. OLE color: 2062468.

HSL color Cylindrical-coordinate representation of color #84781F: hue angle of 52.87º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84781F is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 120 31 -
CMYK 0 0.09 0.77 0.48
HSL 52.87º 0.62% 0.32% -
HSV(B) 52.87º 0.77% 0.52% -
XYZ 16.48 18.44 3.99 -
YUV 113.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 132 120 31 0 0.09 0.77 0.48 52.87 0.62 0.32
Hex 84 78 1F 0 9 4D 30 35 3E 20
Octal 204 170 37 0 11 115 60 65 76 40
Binary 10000100 1111000 11111 0 1001 1001101 110000 110101 111110 100000

Color Harmonies of #84781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84781F

Black with #84781F

Text Example


Text Example

White with #84781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84781F; }

 p { color: rgb(132,120,31); }

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

background-color css

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

 a { background-color: rgb(132,120,31); }

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

border-color css

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

 span { border-color: rgb(132,120,31); }

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