Html Css Color HEX #82761D Pesto

📋 copy color: '#82761D'

red 130 ◦ green 118 ◦ blue 29

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

Shades of Pesto #82761D

Tints of Pesto #82761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 46.93%
G = 42.6%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82761D (or 0x82761D) is known color: Pesto. HEX triplet: 82, 76 and 1D. RGB value is (130,118,29). Sum of RGB (Red+Green+Blue) = 130+118+29=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82761D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82761D is #7D89E2. Grayscale: #6F6F6F. Windows color (decimal): -8227299 or 1930882. OLE color: 1930882.

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

Color convert

RGB 130 118 29 -
CMYK 0 0.09 0.78 0.49
HSL 52.87º 0.64% 0.31% -
HSV(B) 52.87º 0.78% 0.51% -
XYZ 15.91 17.79 3.76 -
YUV 111.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 130 118 29 0 0.09 0.78 0.49 52.87 0.64 0.31
Hex 82 76 1D 0 9 4E 31 35 40 1F
Octal 202 166 35 0 11 116 61 65 100 37
Binary 10000010 1110110 11101 0 1001 1001110 110001 110101 1000000 11111

Color Harmonies of #82761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82761D

Black with #82761D

Text Example


Text Example

White with #82761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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