Html Css Color HEX #82764A Go Ben

📋 copy color: '#82764A'

red 130 ◦ green 118 ◦ blue 74

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

Shades of Go Ben #82764A

Tints of Go Ben #82764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 40.37%
G = 36.65%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82764A (or 0x82764A) is known color: Go Ben. HEX triplet: 82, 76 and 4A. RGB value is (130,118,74). Sum of RGB (Red+Green+Blue) = 130+118+74=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82764A is #7D89B5. Grayscale: #747474. Windows color (decimal): -8227254 or 4880002. OLE color: 4880002.

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

Color convert

RGB 130 118 74 -
CMYK 0 0.09 0.43 0.49
HSL 47.14º 0.27% 0.4% -
HSV(B) 47.14º 0.43% 0.51% -
XYZ 16.92 18.2 9.1 -
YUV 116.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 130 118 74 0 0.09 0.43 0.49 47.14 0.27 0.4
Hex 82 76 4A 0 9 2B 31 2F 1B 28
Octal 202 166 112 0 11 53 61 57 33 50
Binary 10000010 1110110 1001010 0 1001 101011 110001 101111 11011 101000

Color Harmonies of #82764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82764A

Black with #82764A

Text Example


Text Example

White with #82764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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