#7F7142

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

Shades of Go Ben #7F7142

Tints of Go Ben #7F7142

Color information

#7F7142 (or 0x7F7142) is unknown color: approx Go Ben. HEX triplet: 7F, 71 and 42. RGB value is (127,113,66). Sum of RGB (Red+Green+Blue) = 127+113+66=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7142 is #808EBD. Grayscale: #707070. Windows color (decimal): -8425150 or 4354431. OLE color: 4354431.

HSL color Cylindrical-coordinate representation of color #7F7142: hue angle of 46.23º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F7142 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB12711366-
CMYK00.110.480.50
HSL46.23º31.61%37.84%-
HSV(B)46.23º48.03%49.8%-
XYZ15.6416.727.56-
YUV111.83102.14138.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.50%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=41.50%
G=36.93%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271136600.110.480.5046.2331.6137.84
Hex7F71420B30322e2026
Octal1771611020136062564046
Binary11111111110001100001001011110000110010101110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,113,66); }

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

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

 a { background-color: rgb(127,113,66); }

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

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

 span { border-color: rgb(127,113,66); }

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