#7B6947

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

Shades of Go Ben #7B6947

Tints of Go Ben #7B6947

Color information

#7B6947 (or 0x7B6947) is unknown color: approx Go Ben. HEX triplet: 7B, 69 and 47. RGB value is (123,105,71). Sum of RGB (Red+Green+Blue) = 123+105+71=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6947 is #8496B8. Grayscale: #6A6A6A. Windows color (decimal): -8689337 or 4680059. OLE color: 4680059.

HSL color Cylindrical-coordinate representation of color #7B6947: hue angle of 39.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B6947 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB12310571-
CMYK00.150.420.52
HSL39.23º26.8%38.04%-
HSV(B)39.23º42.28%48.24%-
XYZ14.3614.778.06-
YUV106.51107.96139.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.14%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=41.14%
G=35.12%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231057100.150.420.5239.2326.838.04
Hex7B69470F2A34271b26
Octal1731511070175264473346
Binary1111011110100110001110111110101011010010011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B6947; }

 p { color: rgb(123,105,71); }

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

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

 a { background-color: rgb(123,105,71); }

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

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

 span { border-color: rgb(123,105,71); }

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