#76723F

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

Shades of Go Ben #76723F

Tints of Go Ben #76723F

Color information

#76723F (or 0x76723F) is unknown color: approx Go Ben. HEX triplet: 76, 72 and 3F. RGB value is (118,114,63). Sum of RGB (Red+Green+Blue) = 118+114+63=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76723F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76723F is #898DC0. Grayscale: #6D6D6D. Windows color (decimal): -9014721 or 4158070. OLE color: 4158070.

HSL color Cylindrical-coordinate representation of color #76723F: hue angle of 55.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76723F is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11811463-
CMYK00.030.470.54
HSL55.64º30.39%35.49%-
HSV(B)55.64º46.61%46.27%-
XYZ14.3916.257.08-
YUV109.38101.83134.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 63 (25% from 255) = 21.36%
R=40%
G=38.64%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181146300.030.470.5455.6430.3935.49
Hex76723F032F36381e23
Octal16616277035766703643
Binary1110110111001011111101110111111011011100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76723F; }

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

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

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

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

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

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

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

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