#767241

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

Shades of Go Ben #767241

Tints of Go Ben #767241

Color information

#767241 (or 0x767241) is unknown color: approx Go Ben. HEX triplet: 76, 72 and 41. RGB value is (118,114,65). Sum of RGB (Red+Green+Blue) = 118+114+65=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #767241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767241 is #898DBE. Grayscale: #6D6D6D. Windows color (decimal): -9014719 or 4289142. OLE color: 4289142.

HSL color Cylindrical-coordinate representation of color #767241: hue angle of 55.47º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #767241 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB11811465-
CMYK00.030.450.54
HSL55.47º28.96%35.88%-
HSV(B)55.47º44.92%46.27%-
XYZ14.4416.277.38-
YUV109.61102.83133.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=39.73%
G=38.38%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181146500.030.450.5455.4728.9635.88
Hex767241032D36371d24
Octal166162101035566673544
Binary11101101110010100000101110110111011011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767241; }

 p { color: rgb(118,114,65); }

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

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

 a { background-color: rgb(118,114,65); }

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

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

 span { border-color: rgb(118,114,65); }

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