Html Css Color HEX #82761F Pesto

📋 copy color: '#82761F'

red 130 ◦ green 118 ◦ blue 31

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

Shades of Pesto #82761F

Tints of Pesto #82761F

RGB

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

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

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

R = 46.59%
G = 42.29%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82761F (or 0x82761F) is known color: Pesto. HEX triplet: 82, 76 and 1F. RGB value is (130,118,31). Sum of RGB (Red+Green+Blue) = 130+118+31=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82761F is #7D89E0. Grayscale: #707070. Windows color (decimal): -8227297 or 2061954. OLE color: 2061954.

HSL color Cylindrical-coordinate representation of color #82761F: hue angle of 52.73º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82761F is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 31 -
CMYK 0 0.09 0.76 0.49
HSL 52.73º 0.61% 0.32% -
HSV(B) 52.73º 0.76% 0.51% -
XYZ 15.93 17.8 3.89 -
YUV 111.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 130 118 31 0 0.09 0.76 0.49 52.73 0.61 0.32
Hex 82 76 1F 0 9 4C 31 35 3D 20
Octal 202 166 37 0 11 114 61 65 75 40
Binary 10000010 1110110 11111 0 1001 1001100 110001 110101 111101 100000

Color Harmonies of #82761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82761F

Black with #82761F

Text Example


Text Example

White with #82761F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,118,31); }

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

background-color css

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

 a { background-color: rgb(130,118,31); }

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

border-color css

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

 span { border-color: rgb(130,118,31); }

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