Html Css Color HEX #82762F Pesto

📋 copy color: '#82762F'

red 130 ◦ green 118 ◦ blue 47

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

Shades of Pesto #82762F

Tints of Pesto #82762F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 44.07%
G = 40%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82762F (or 0x82762F) is known color: Pesto. HEX triplet: 82, 76 and 2F. RGB value is (130,118,47). Sum of RGB (Red+Green+Blue) = 130+118+47=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82762F is #7D89D0. Grayscale: #717171. Windows color (decimal): -8227281 or 3110530. OLE color: 3110530.

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

Color convert

RGB 130 118 47 -
CMYK 0 0.09 0.64 0.49
HSL 51.33º 0.47% 0.35% -
HSV(B) 51.33º 0.64% 0.51% -
XYZ 16.2 17.91 5.29 -
YUV 113.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 130 118 47 0 0.09 0.64 0.49 51.33 0.47 0.35
Hex 82 76 2F 0 9 40 31 33 2F 23
Octal 202 166 57 0 11 100 61 63 57 43
Binary 10000010 1110110 101111 0 1001 1000000 110001 110011 101111 100011

Color Harmonies of #82762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82762F

Black with #82762F

Text Example


Text Example

White with #82762F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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