#7B6F3C

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

Shades of Go Ben #7B6F3C

Tints of Go Ben #7B6F3C

Color information

#7B6F3C (or 0x7B6F3C) is unknown color: approx Go Ben. HEX triplet: 7B, 6F and 3C. RGB value is (123,111,60). Sum of RGB (Red+Green+Blue) = 123+111+60=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6F3C is #8490C3. Grayscale: #6C6C6C. Windows color (decimal): -8687812 or 3960699. OLE color: 3960699.

HSL color Cylindrical-coordinate representation of color #7B6F3C: hue angle of 48.57º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B6F3C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB12311160-
CMYK00.100.510.52
HSL48.57º34.43%35.88%-
HSV(B)48.57º51.22%48.24%-
XYZ14.6715.916.57-
YUV108.77100.48138.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.84%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=41.84%
G=37.76%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231116000.100.510.5248.5734.4335.88
Hex7B6F3C0A3334312224
Octal173157740126364614244
Binary1111011110111111110001010110011110100110001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,111,60); }

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

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

 a { background-color: rgb(123,111,60); }

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

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

 span { border-color: rgb(123,111,60); }

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