#7B7450

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

Shades of Go Ben #7B7450

Tints of Go Ben #7B7450

Color information

#7B7450 (or 0x7B7450) is unknown color: approx Go Ben. HEX triplet: 7B, 74 and 50. RGB value is (123,116,80). Sum of RGB (Red+Green+Blue) = 123+116+80=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7450 is #848BAF. Grayscale: #727272. Windows color (decimal): -8686512 or 5272699. OLE color: 5272699.

HSL color Cylindrical-coordinate representation of color #7B7450: hue angle of 50.23º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B7450 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB12311680-
CMYK00.060.350.52
HSL50.23º21.18%39.8%-
HSV(B)50.23º34.96%48.24%-
XYZ15.8617.2810.09-
YUV113.99108.82134.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=38.56%
G=36.36%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231168000.060.350.5250.2321.1839.8
Hex7B7450062334321528
Octal173164120064364622550
Binary111101111101001010000011010001111010011001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,116,80); }

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

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

 a { background-color: rgb(123,116,80); }

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

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

 span { border-color: rgb(123,116,80); }

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