#82774E

Color #82774E Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #82774E

Tints of Go Ben #82774E

Color information

#82774E (or 0x82774E) is unknown color: approx Go Ben. HEX triplet: 82, 77 and 4E. RGB value is (130,119,78). Sum of RGB (Red+Green+Blue) = 130+119+78=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82774E is #7D88B1. Grayscale: #757575. Windows color (decimal): -8226994 or 5142402. OLE color: 5142402.

HSL color Cylindrical-coordinate representation of color #82774E: hue angle of 47.31º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82774E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13011978-
CMYK00.080.400.49
HSL47.31º25%40.78%-
HSV(B)47.31º40%50.98%-
XYZ17.1818.499.87-
YUV117.61105.64136.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=39.76%
G=36.39%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301197800.080.400.4947.312540.78
Hex82774E0828312f1929
Octal2021671160105061573151
Binary10000010111011110011100100010100011000110111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82774E; }

 p { color: rgb(130,119,78); }

 H1.HeaderClassName
 {
   color: #82774E;
 }
 .AnyTagClassName
 {
   color: #82774E;
 }
</style>
background-color css

<style>
 a { background-color: #82774E; }

 a { background-color: rgb(130,119,78); }

 div.DivClassName
 {
   background-color: #82774E;
 }
 .BgClassName
 {
   background-color: #82774E;
 }
</style>
border-color css

<style>
 span { border-color: #82774E; }

 span { border-color: rgb(130,119,78); }

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