Html Css Color HEX #80784A Go Ben

📋 copy color: '#80784A'

red 128 ◦ green 120 ◦ blue 74

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

Shades of Go Ben #80784A

Tints of Go Ben #80784A

RGB

 RED value IS 128 (50.39% from 255) = 39.75%

 GREEN value IS 120 (47.27% from 255) = 37.27%

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

R = 39.75%
G = 37.27%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80784A (or 0x80784A) is known color: Go Ben. HEX triplet: 80, 78 and 4A. RGB value is (128,120,74). Sum of RGB (Red+Green+Blue) = 128+120+74=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #80784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80784A is #7F87B5. Grayscale: #757575. Windows color (decimal): -8357814 or 4880512. OLE color: 4880512.

HSL color Cylindrical-coordinate representation of color #80784A: hue angle of 51.11º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80784A is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 120 74 -
CMYK 0 0.06 0.42 0.50
HSL 51.11º 0.27% 0.4% -
HSV(B) 51.11º 0.42% 0.5% -
XYZ 16.85 18.52 9.16 -
YUV 117.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 128 120 74 0 0.06 0.42 0.50 51.11 0.27 0.4
Hex 80 78 4A 0 6 2A 32 33 1B 28
Octal 200 170 112 0 6 52 62 63 33 50
Binary 10000000 1111000 1001010 0 110 101010 110010 110011 11011 101000

Color Harmonies of #80784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80784A

Black with #80784A

Text Example


Text Example

White with #80784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,120,74); }

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

background-color css

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

 a { background-color: rgb(128,120,74); }

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

border-color css

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

 span { border-color: rgb(128,120,74); }

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