#767445

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

Shades of Go Ben #767445

Tints of Go Ben #767445

Color information

#767445 (or 0x767445) is unknown color: approx Go Ben. HEX triplet: 76, 74 and 45. RGB value is (118,116,69). Sum of RGB (Red+Green+Blue) = 118+116+69=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #767445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767445 is #898BBA. Grayscale: #6F6F6F. Windows color (decimal): -9014203 or 4551798. OLE color: 4551798.

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

Color convert

RGB11811669-
CMYK00.020.420.54
HSL57.55º26.2%36.67%-
HSV(B)57.55º41.53%46.27%-
XYZ14.7916.778.09-
YUV111.24104.16132.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 69 (27.34% from 255) = 22.77%
R=38.94%
G=38.28%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181166900.020.420.5457.5526.236.67
Hex767445022A363a1a25
Octal166164105025266723245
Binary11101101110100100010101010101011011011101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767445; }

 p { color: rgb(118,116,69); }

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

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

 a { background-color: rgb(118,116,69); }

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

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

 span { border-color: rgb(118,116,69); }

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