#787251

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

Shades of Go Ben #787251

Tints of Go Ben #787251

Color information

#787251 (or 0x787251) is unknown color: approx Go Ben. HEX triplet: 78, 72 and 51. RGB value is (120,114,81). Sum of RGB (Red+Green+Blue) = 120+114+81=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #787251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787251 is #878DAE. Grayscale: #707070. Windows color (decimal): -8883631 or 5337720. OLE color: 5337720.

HSL color Cylindrical-coordinate representation of color #787251: hue angle of 50.77º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #787251 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB12011481-
CMYK00.050.320.53
HSL50.77º19.4%39.41%-
HSV(B)50.77º32.5%47.06%-
XYZ15.2516.6210.19-
YUV112.03110.49133.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=38.10%
G=36.19%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201148100.050.320.5350.7719.439.41
Hex787251052035331327
Octal170162121054065632347
Binary111100011100101010001010110000011010111001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787251; }

 p { color: rgb(120,114,81); }

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

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

 a { background-color: rgb(120,114,81); }

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

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

 span { border-color: rgb(120,114,81); }

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