Html Css Color HEX #82764F Go Ben

📋 copy color: '#82764F'

red 130 ◦ green 118 ◦ blue 79

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

Shades of Go Ben #82764F

Tints of Go Ben #82764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.16%

R = 39.76%
G = 36.09%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82764F (or 0x82764F) is known color: Go Ben. HEX triplet: 82, 76 and 4F. RGB value is (130,118,79). Sum of RGB (Red+Green+Blue) = 130+118+79=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82764F is #7D89B0. Grayscale: #757575. Windows color (decimal): -8227249 or 5207682. OLE color: 5207682.

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

Color convert

RGB 130 118 79 -
CMYK 0 0.09 0.39 0.49
HSL 45.88º 0.24% 0.41% -
HSV(B) 45.88º 0.39% 0.51% -
XYZ 17.1 18.27 10.02 -
YUV 117.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 130 118 79 0 0.09 0.39 0.49 45.88 0.24 0.41
Hex 82 76 4F 0 9 27 31 2E 18 29
Octal 202 166 117 0 11 47 61 56 30 51
Binary 10000010 1110110 1001111 0 1001 100111 110001 101110 11000 101001

Color Harmonies of #82764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82764F

Black with #82764F

Text Example


Text Example

White with #82764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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