Html Css Color HEX #82761E Pesto

📋 copy color: '#82761E'

red 130 ◦ green 118 ◦ blue 30

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

Shades of Pesto #82761E

Tints of Pesto #82761E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 46.76%
G = 42.45%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82761E (or 0x82761E) is known color: Pesto. HEX triplet: 82, 76 and 1E. RGB value is (130,118,30). Sum of RGB (Red+Green+Blue) = 130+118+30=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82761E is #7D89E1. Grayscale: #6F6F6F. Windows color (decimal): -8227298 or 1996418. OLE color: 1996418.

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

Color convert

RGB 130 118 30 -
CMYK 0 0.09 0.77 0.49
HSL 52.8º 0.63% 0.31% -
HSV(B) 52.8º 0.77% 0.51% -
XYZ 15.92 17.8 3.82 -
YUV 111.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 130 118 30 0 0.09 0.77 0.49 52.8 0.63 0.31
Hex 82 76 1E 0 9 4D 31 35 3E 1F
Octal 202 166 36 0 11 115 61 65 76 37
Binary 10000010 1110110 11110 0 1001 1001101 110001 110101 111110 11111

Color Harmonies of #82761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82761E

Black with #82761E

Text Example


Text Example

White with #82761E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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