#767243

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

Shades of Go Ben #767243

Tints of Go Ben #767243

Color information

#767243 (or 0x767243) is unknown color: approx Go Ben. HEX triplet: 76, 72 and 43. RGB value is (118,114,67). Sum of RGB (Red+Green+Blue) = 118+114+67=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #767243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767243 is #898DBC. Grayscale: #6E6E6E. Windows color (decimal): -9014717 or 4420214. OLE color: 4420214.

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

Color convert

RGB11811467-
CMYK00.030.430.54
HSL55.29º27.57%36.27%-
HSV(B)55.29º43.22%46.27%-
XYZ14.516.297.69-
YUV109.84103.83133.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=39.46%
G=38.13%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181146700.030.430.5455.2927.5736.27
Hex767243032B36371c24
Octal166162103035366673444
Binary11101101110010100001101110101111011011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767243; }

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

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

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

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

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

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

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

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