Html Css Color HEX #82761C Pesto

📋 copy color: '#82761C'

red 130 ◦ green 118 ◦ blue 28

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

Shades of Pesto #82761C

Tints of Pesto #82761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 47.1%
G = 42.75%
B = 10.14%

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

#82761C (or 0x82761C) is known color: Pesto. HEX triplet: 82, 76 and 1C. RGB value is (130,118,28). Sum of RGB (Red+Green+Blue) = 130+118+28=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82761C is #7D89E3. Grayscale: #6F6F6F. Windows color (decimal): -8227300 or 1865346. OLE color: 1865346.

HSL color Cylindrical-coordinate representation of color #82761C: hue angle of 52.94º degrees, saturation: 0.65, 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 #82761C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 28 -
CMYK 0 0.09 0.78 0.49
HSL 52.94º 0.65% 0.31% -
HSV(B) 52.94º 0.78% 0.51% -
XYZ 15.89 17.79 3.69 -
YUV 111.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 130 118 28 0 0.09 0.78 0.49 52.94 0.65 0.31
Hex 82 76 1C 0 9 4E 31 35 41 1F
Octal 202 166 34 0 11 116 61 65 101 37
Binary 10000010 1110110 11100 0 1001 1001110 110001 110101 1000001 11111

Color Harmonies of #82761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82761C

Black with #82761C

Text Example


Text Example

White with #82761C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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