Html Css Color HEX #82761A Pesto

📋 copy color: '#82761A'

red 130 ◦ green 118 ◦ blue 26

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

Shades of Pesto #82761A

Tints of Pesto #82761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 47.45%
G = 43.07%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82761A (or 0x82761A) is known color: Pesto. HEX triplet: 82, 76 and 1A. RGB value is (130,118,26). Sum of RGB (Red+Green+Blue) = 130+118+26=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82761A is #7D89E5. Grayscale: #6F6F6F. Windows color (decimal): -8227302 or 1734274. OLE color: 1734274.

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

Color convert

RGB 130 118 26 -
CMYK 0 0.09 0.8 0.49
HSL 53.08º 0.67% 0.31% -
HSV(B) 53.08º 0.8% 0.51% -
XYZ 15.87 17.78 3.57 -
YUV 111.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 130 118 26 0 0.09 0.8 0.49 53.08 0.67 0.31
Hex 82 76 1A 0 9 50 31 35 43 1F
Octal 202 166 32 0 11 120 61 65 103 37
Binary 10000010 1110110 11010 0 1001 1010000 110001 110101 1000011 11111

Color Harmonies of #82761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82761A

Black with #82761A

Text Example


Text Example

White with #82761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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