#767148

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

Shades of Go Ben #767148

Tints of Go Ben #767148

Color information

#767148 (or 0x767148) is unknown color: approx Go Ben. HEX triplet: 76, 71 and 48. RGB value is (118,113,72). Sum of RGB (Red+Green+Blue) = 118+113+72=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #767148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767148 is #898EB7. Grayscale: #6D6D6D. Windows color (decimal): -9014968 or 4747638. OLE color: 4747638.

HSL color Cylindrical-coordinate representation of color #767148: hue angle of 53.48º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767148 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB11811372-
CMYK00.040.390.54
HSL53.48º24.21%37.25%-
HSV(B)53.48º38.98%46.27%-
XYZ14.5516.138.48-
YUV109.82106.66133.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=38.94%
G=37.29%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181137200.040.390.5453.4824.2137.25
Hex767148042736351825
Octal166161110044766653045
Binary111011011100011001000010010011111011011010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767148; }

 p { color: rgb(118,113,72); }

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

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

 a { background-color: rgb(118,113,72); }

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

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

 span { border-color: rgb(118,113,72); }

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